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.7.tar.gz
(5.4 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3b52621372a85ca3467a7632e135d702dc2cf1d5886b76420025bba9353a10 |
|
MD5 | eec0544be1d4ddf461b31ce5db018cc0 |
|
BLAKE2b-256 | 6cafa70800d5d49da2efd1618a87eed969d8fd78f171558f2a26c09fbf303322 |