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.2.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e62e39e163a9f3d7f30b81c71bfb3f2071d1e976fc1f4c2c0c51df154072d9b |
|
MD5 | 50134273456e00ff4b474a0585704e4f |
|
BLAKE2b-256 | 2a0356c74cee4f7e7318426863e1cfa016c3be019b897384dec3a1ad4ce5fe24 |