Expand description
rusqlite support for the bb8
connection pool. Note that in-memory
databases aren’t supported, since they are always per-connection, and
therefore don’t make sense in a pool environment.
Structs§
- Rusqlite
Connection Manager - A
bb8::ManageConnection
implementation forrusqlite::Connection
instances.
Enums§
- Error
- Error wraps errors from both rusqlite and tokio.