Expand description
Objects related to SqliteStore live here.
Structs§
- Sqlite
Store - A
KVStoreimplementation 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.