pickledb-ujson

Fork of PickleDB using ujson


Keywords
pickledb, ujson
License
BSD-1-Clause
Install
pip install pickledb-ujson==1.0.15

Documentation

PyPI CI (pip) Release Package Pre-commit auto-update Supported Python Versions Downloads

pickleDB

pickleDB is lightweight, fast, and simple database based on the ujson module. And it's BSD licensed!

pickleDB is Fun

>>> import pickledb_ujson as pickledb

>>> db = pickledb.load('test.db', False)

>>> db.set('key', 'value')

>>> db.get('key')
'value'

>>> db.dump()
True

Easy to Install

$ pip install pickledb-ujson

Links

Sponsor