Name Description Size Coverage
abort.rs 6506 73 %
checker.rs 5218 22 %
connection.rs Lower-level, generic SQLite connection management. This module is inspired by, and borrows concepts from, the Application Services `sql-support` crate. 10925 79 %
coordinator.rs Multi-store coordinator. 13035 90 %
database.rs A single database in a store. 11106 92 %
functions.rs 1402 80 %
importer.rs 9656 87 %
interface.rs Component interface implementation. This module implements the `nsIKeyValue` XPCOM interfaces that are exposed to C++ and chrome JS callers. 36579 90 %
key.rs 1160 100 %
maintenance.rs 2407 0 %
mod.rs # Skv: SQLite Key-Value Store This module implements a key-value storage interface that's backed by SQLite. 877 100 %
schema.rs The SQLite database schema. 2134 36 %
sql.rs 3173 50 %
store.rs A single store. 20698 44 %
value.rs 3296 81 %