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.2.4.tar.gz
(5.7 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7a6066587cc4dd1f25c54c0de650ce32a57e707172c80e15fea231a39a1515a |
|
MD5 | e7c2ac3b0f4c3a20efd779361ce6c3eb |
|
BLAKE2b-256 | 0049f652282105ceb66a08a688eb0acdd941d8e5609c280cf45972560a7d9ab1 |