Crate bb8_rusqlite

Source
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§

RusqliteConnectionManager
A bb8::ManageConnection implementation for rusqlite::Connection instances.

Enums§

Error
Error wraps errors from both rusqlite and tokio.