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.6.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file dbm_index-0.2.6.tar.gz
.
File metadata
- Download URL: dbm_index-0.2.6.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b953a1e696f6c16b4e91e0ee45cd45b3cbffd1a8e010c214fdc241d12ed266d7 |
|
MD5 | dc686cc56f8b817a13a7c168be0e1158 |
|
BLAKE2b-256 | 002394ed429b664a41bbd117162289ea47406ada4c71c0ae5fefc72f7e159c2a |
File details
Details for the file dbm_index-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: dbm_index-0.2.6-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7536f4f990b05176168c3ae3af394e570eb32ce2788c77b9d8404936aacd9e5f |
|
MD5 | 1c8f6e35008e75d59078fdaa02bd7f5a |
|
BLAKE2b-256 | 41959bd2836bdfc87d71368bc44149d5d39cc1765c96f49a5d94a60f9ea2291e |