13.1.25. PersistentStore

Simple implementation of a SQLite backed persistent key-value store

13.1.25.1. Module Configuration

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

13.1.25.2. Provides

main:kvs
This implements a persistent key-value store

13.1.25.3. Metadata

13.1.25.3.1. Authors

Kai-Uwe Hermann

13.1.25.3.2. License