Crate nd_async_rusqlite

Source

Re-exports§

pub use rusqlite;

Structs§

AsyncConnection
An async rusqlite connection.
AsyncConnectionBuilder
A builder for an AsyncConnection.
SyncWrapper
Inspired by https://internals.rust-lang.org/t/what-shall-sync-mean-across-an-await/12020/2.
WalPool
A handle to a pool of connections, designed for a database in WAL mode.
WalPoolBuilder
A builder for a WalPool.

Enums§

Error
The library error type