PersistentStore¶
Simple implementation of a SQLite backed persistent key-value store
Auto-Generated Reference¶
Module Configuration¶
sqlite_db_file_path: string <optional>
default: “everest_persistent_store.db”
Path to the SQLite db file.
Provides¶
main: kvs
This implements a persistent key-value store