13.1.28. PersistentStore

Simple implementation of a SQLite backed persistent key-value store

13.1.28.1. Module Configuration

sqlite_db_file_path:string <optional>
default: “everest_persistent_store.db”
Path to the SQLite db file.

13.1.28.2. Provides

main:kvs
This implements a persistent key-value store

13.1.28.3. Metadata

13.1.28.3.1. Authors

Kai-Uwe Hermann

13.1.28.3.2. License