Crate rusqlite_pool

Source
Expand description

A minimal connection pool for rusqlite.

Modules§

tokio
AsyncConnectionPool and AsyncConnectionHandle implemented using tokio semaphores.

Structs§

ConnectionHandle
A temporary handle to a rusqlite::Connection provided by a ConnectionPool.
ConnectionPool
A pool of rusqlite::Connections.