Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 443 Bytes

Addok SQlite store plugin

Store your documents into a SQlite database to save Redis RAM usage.

Install

pip install addok-sqlite-store

Configuration

The plugin will register itself when installed, by setting the correct DOCUMENT_STORE_PYPATH.

You want to define the path where the SQLite database will be created, by setting SQLITE_DB_PATH into your local configuration.