Super fast key-value database similar to shelve
Project description
A superfast key-value database in development. It works like a dictionary, except everything gets stored to disk and the database size can vastly exceed system memory. You can think of madaf as a faster and more efficent shelve package.
from madaf import Madaf
db = Madaf("/tmp/mydb")
db["some_key"] = "some_value"
db["blah_blah"] = {"hello": "world", "foo": True}
print(db["some_key"])
print(db["blah_blah"])
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
madaf-0.0.1.tar.gz
(1.8 kB
view details)
File details
Details for the file madaf-0.0.1.tar.gz
.
File metadata
- Download URL: madaf-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57b9553eee26b23b68172249ea54538ea304ed6a3ce6e88b7816295a1d8c44f6 |
|
MD5 | 32a5eabdf3ad1cde45139b69f37eeed6 |
|
BLAKE2b-256 | fe9af364ff1a96724e3b6679d24a53d316ec60239abb2bea29c17f174c90f1e6 |