Crate ryde_db

Source

Re-exports§

pub use rusqlite;
pub use serde;
pub use tokio_rusqlite;

Macros§

db

Structs§

Connection
A handle to call functions in background thread.

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Query
Serialize
A data structure that can be serialized into any data format supported by Serde.

Functions§

execute
query
query_one

Derive Macros§

Deserialize
Serialize