SQLite and SQLCipher support for the r2d2 connection pool.
# Cargo.toml
[dependencies]
r2d2_sqlite = "0.33.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a connection pool for SQLite using r2d2.
Add `features = ["sqlcipher"]` to the r2d2-sqlite dependency in Cargo.toml.
No dependency data recorded yet.