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.5.tar.gz
(5.2 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b777682be9f515fcf92cf15cb035d22cb925bd651ecda1b7410a31a1d25a488 |
|
MD5 | 071931699949fbb554665345794d1a2c |
|
BLAKE2b-256 | 4885fa9254e58043a7e2f0ddf522125c1d131fd4de2837990e2dc34f865e4a54 |