Skip to main content

Module read_pool

Module read_pool 

Source
Expand description

SQLite Read Connection Pool

Provides a pool of read-only SQLite connections for concurrent reads. Unlike LMDB, SQLite requires separate connections for true concurrency.

Structsยง

PooledSqliteConnection
A pooled read-only connection for SQLite
SqliteReadPool
SQLite Read Connection Pool