Skip to content

rm206/KvickStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KvickStore

Love puns? Love lighweight and safe key-value stores? Then you'll love KvickStore!

KvickStore is a simple and lightweight key-value store based on the json module. It has been heavily inspired by pickleDB but I aim to make it more flexible.

This repo is under construction (Apha Stage)! Please be careful incase you decide to use it.


KvickStore is easy to use

>>> import KvickStore

>>> db = KvickStore.load('test.db', False)

>>> db.set('key', 'value')

>>> db.get('key')
'value'

>>> db.save()
True

Link(s)


Notes

This is a project under development. I plan to add more features and make it more robust. If you have any suggestions or feedback, please let me know! I would love to hear and learn from you.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages