Expand description
A minimal connection pool for rusqlite.
Modules§
- tokio
AsyncConnectionPool
andAsyncConnectionHandle
implemented using tokio semaphores.
Structs§
- Connection
Handle - A temporary handle to a
rusqlite::Connection
provided by aConnectionPool
. - Connection
Pool - A pool of
rusqlite::Connection
s.