A lightweight and simple database using ujson.
Project description
ujsonDB is lightweight, fast, and simple database based on Python’s own json module. And it’s BSD licensed!
ujsonDB is Fun
>>> import ujsondb
>>> db = jsondb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
And Easy to Install
$ pip install ujsondb
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ujsonDB-0.1.0.tar.gz
(2.9 kB
view details)
File details
Details for the file ujsonDB-0.1.0.tar.gz.
File metadata
- Download URL: ujsonDB-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3e4599920f67a56ae1264fd662967a8d919354c510d22677e4a35767423eb2d
|
|
| MD5 |
c3a8b0d545e68c3a52214daa5831e374
|
|
| BLAKE2b-256 |
3dc0d64ec3abbf29b4faeacccd2a0c9e96077e59d78608bdd75bcfa9de866147
|