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