Skip to content

Rust SDK 2 SQLite Value helpers #1994

Open
@itowlson

Description

@itowlson

I'm updating the docs for the Rust SDK.

It seems like we used to support ValueParam::Text("something") but the new Value enum only accepts owned Strings e.g. Value::Text("something".to_owned()). Is it possible to make this more flexible, e.g. adding a From(&str) implementation? (or am I missing where we already have a friendly conversion method)

Metadata

Metadata

Assignees

No one assigned

    Labels

    rustPull requests that update Rust codesdk

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions