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.4.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for dbm_index-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 985149093c58194f7e3f729f72173407c5a92082cca0e3764d7ff6900c7d4633 |
|
MD5 | 1712b0b57fcb94b5e6bad3a7a54d325b |
|
BLAKE2b-256 | b3c71087e7df3d766190a1a837ee9edd07384e7eb37462e3fdb914afb8a6ba82 |