Module sqlite_store

Source
Expand description

Objects related to SqliteStore live here.

Structs§

SqliteStore
A KVStore implementation that writes to and reads from an SQLite database.

Constants§

DEFAULT_KV_TABLE_NAME
The default table in which we store all data.
DEFAULT_SQLITE_DB_FILE_NAME
The default database file name.
KV_TABLE_NAME
LDK Node’s table in which we store all data.
SQLITE_DB_FILE_NAME
LDK Node’s database file name.