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-1.0.2.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbm_index-1.0.2.tar.gz.
File metadata
- Download URL: dbm_index-1.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2eb729983ddf18c81a2d93633b0a2f32f14333dd37497ceb07e6f55bd4e2886f
|
|
| MD5 |
91fe61e9d0e75398e8a8b28da9f03ade
|
|
| BLAKE2b-256 |
8dc3d2c05e70ec61f7c90123e9c871e9a0d4f828f0ff024bf06c347c82ad940d
|
File details
Details for the file dbm_index-1.0.2-py3-none-any.whl.
File metadata
- Download URL: dbm_index-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38b0d17325d5dda78f00f7d2bc3004cc19ca8536b57996748a98b6988b0829fc
|
|
| MD5 |
cd3fa300d39a782adae6ef37971b0721
|
|
| BLAKE2b-256 |
319c0261d790210d3fce04712921afe2e88200642b0f0bf47d584cafcb0cd8f9
|