Skip to content

colin-m-davis/fstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: $ fstore connect [path/to/database]

Feel free to contact me with any questions or concerns!