FStore

Key-value store in Python


License
Other
Install
pip install FStore==1.0.2

Documentation

FStore

A simple key-value store written in Python. https://pypi.org/project/FStore/

Usage

Install FStore in your terminal with pip: $ pip install fstore

Initialize a new FStore database: $ fstore init [path/to/database]

Connect to an existing FStore database: $ store init [path/to/database]

Feel free to contact me with any questions or concerns!