Last updated:
0 purchases
PicoDB 0.1.1
PicoDB
PicoDB is lightweight, fast, and simple database with namespaces.
PicoDB is simple
import picodb
db = picodb.load('test.db', False)
db.set_ns('space')
db.set('space', 'key', 'value')
db.delete('space', 'key')
db.get('space', 'key')
db.save()
And Easy to Install
pip install picodb
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.