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.
>>> import KvickStore
>>> db = KvickStore.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.save()
TrueThis 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.