10.1.24. PersistentStore

Simple implementation of a SQLite backed persistent key-value store

10.1.24.1. Module Configuration

sqlite_db_file_path:string
default: everest_persistent_store.db
Path to the SQLite db file.

10.1.24.2. Provides

main:kvs
This implements a persistent key-value store

10.1.24.3. Metadata

10.1.24.3.1. Authors

Kai-Uwe Hermann

10.1.24.3.2. License