Skip to main content

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


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 hashes)

Uploaded Source

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