addok / addok-sqlite-store

Store documents in SQLite database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Store documents in SQLite database

License:MIT License


Languages

Language:Python 100.0%