Skip to main content

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


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.5.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

dbm_index-0.2.5-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page