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