Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
/ pickledb_ujson Public archive
forked from patx/pickledb

pickleDB is an open source key-value store using Python's json module.

License

Notifications You must be signed in to change notification settings

Divkix/pickledb_ujson

 
 

Repository files navigation

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

About

pickleDB is an open source key-value store using Python's json module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%