pickleDB is lightweight, fast, and simple database based on the simplejson module. And it's BSD licensed!
Based on the "Database" category.
Alternatively, view pickleDB alternatives based on common mentions on social networks and blogs.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pickleDB or a related project?
Download badge
pickleDB is lightweight, fast, and simple database based on the json module. And it's BSD licensed!
>>> import pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
$ pip install pickledb
*Note that all licence references and agreements mentioned in the pickleDB README section above
are relevant to that project's source code only.
Do not miss the trending, packages, news and articles with our weekly report.