Name Description Size Coverage
abort.rs 6506 -
checker.rs 5213 -
connection.rs Lower-level, generic SQLite connection management. This module is inspired by, and borrows concepts from, the Application Services `sql-support` crate. 10982 -
coordinator.rs Multi-store coordinator. 13030 -
database.rs A single database in a store. 11101 -
functions.rs 1404 -
key.rs 1040 -
lib.rs # Skv: SQLite Key-Value Store This module implements a key-value storage interface that's backed by SQLite. 534 -
maintenance.rs 2407 -
schema.rs The SQLite database schema. 2129 -
sql.rs 3173 -
store.rs A single store. 20641 -
value.rs 1162 -