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