Crate tokio_sqlite

Source

Structs§

Connection
An asynchronous SQLite client.
Row
Rows
An asynchronous stream of resulting query rows.
Status
A result of executing the statement without the resulting query rows.
Transaction
An asynchronous SQLite database transaction.

Type Aliases§

Error
Value