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