vitalvas / picodb

PicoDB is lightweight, fast, and simple database with namespaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PicoDB is lightweight, fast, and simple database with namespaces.


Languages

Language:Python 100.0%