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.6.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2ac0b04c30b33201a319c55dcbe1bb98d45692dc06d1e52df44f36878f8839 |
|
MD5 | 20f2c370fb8fa3c38cfc1c156aa8225d |
|
BLAKE2b-256 | 3a49365d2a3490a579256ec7579e03eb368bf6a3c1c48941c0d16401e27c2883 |