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.1.tar.gz
(6.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.1.tar.gz.
File metadata
- Download URL: dbm_index-1.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2789a63f9b61a2152bec8a37cf7b9613f80d661a7261d5dc847ab9feaaee9a7
|
|
| MD5 |
346948a768a36e5be1ba4115b03d7f71
|
|
| BLAKE2b-256 |
73ececc2e432c0bf06a9c6742a2b883fb10cb3d0788be03fb523a8fd2ececabc
|
File details
Details for the file dbm_index-1.0.1-py3-none-any.whl.
File metadata
- Download URL: dbm_index-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bd747da68e61aca981fd08971df17459b8cf185462e2c89749c9168d6399d92
|
|
| MD5 |
00d9ceecf7c21345b8f0b96498ee6edf
|
|
| BLAKE2b-256 |
37da03c2b2aa69e3979920c9fe1f830cb26ddae1e719fbfd7e690dc845ba204c
|