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.2.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6911c7a9d34e07b617dcb266fd5c608fc13d3ca58242150d49329fb07863204c |
|
MD5 | be1bc1a7dc8713c292831866c90d2ebf |
|
BLAKE2b-256 | 46591df643df02c91c4c2434585c2ec1035d0b26c624d2ab0f468a86c1402428 |