An object mapper and indexer for key value databases, written in python
Project description
DBM Index
An object mapper and indexer for key value databases, written in python.
Usage
from dbm_index import Indexer
indexer = Indexer({})
resource_id = indexer.create({'hello': 'world'})
resource = indexer.retreive_one(resource_id)
resources = indexer.retreive()
indexer.update(resource_id, {'hello': 123})
indexer.delete(resource_id)
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
dbm_index-0.0.10.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fc86decffdb483494309be62fe2e2bf162cc1e6a6b1b3f846217872087e8a47 |
|
MD5 | 74c244f30f29b80b83bbc1ec61bdb994 |
|
BLAKE2b-256 | 7808f92845fa96f2f8184ee31e18dadcc7f8a61e8d0bd766030c03195a935616 |