Expand description
A minimal connection pool for rusqlite.
Modules§
- tokio
AsyncConnectionPoolandAsyncConnectionHandleimplemented using tokio semaphores.
Structs§
- Connection
Handle - A temporary handle to a
rusqlite::Connectionprovided by aConnectionPool. - Connection
Pool - A pool of
rusqlite::Connections.