Skip to main content

Fork of PickleDB using ujson

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pickledb_ujson-1.0.16.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

pickledb_ujson-1.0.16-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page