Skip to main content

Crate agent_proxy_rust_storage_sqlite

Crate agent_proxy_rust_storage_sqlite 

Source
Expand description

SQLite backend implementing the Storage trait.

Uses r2d2 connection pool with rusqlite. WAL mode is enabled on every connection for concurrent read/write support.

Structsยง

SqliteStorage
SQLite-backed storage implementation.