agent-proxy-rust-storage-sqlite 1.0.0

SQLite backend implementation for agent-proxy-rust storage trait
Documentation

SQLite backend implementing the [Storage] trait.

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