PicoDB 0.1.1

Last updated:

0 purchases

PicoDB 0.1.1 Image
PicoDB 0.1.1 Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.