Skip to main content

The python bindings to libmdbx.

Project description

Python bindings for libmdbx

Python bindings for libmdbx.

Try it with

pip install libmdbx

Contributions and feedbacks are highly welcome.

Usage

A quick sample to read all values from the default database:

from mdbx import Env

with Env(...) as env:
    with env.ro_transaction() as txn:
        with txn.cursor() as cur:
            for k, v in cur.iter():
                ...

Manual build

Clone the repo

git clone https://github.com/wtdcode/mdbx-py
git submodule update --init --recursive

Install via poetry

poetry install

That's it!

Credits

Forked from libmdbx

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

libmdbx-0.3.0-cp310-cp310-macosx_13_0_x86_64.whl (500.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

libmdbx-0.3.0-cp310-cp310-macosx_13_0_arm64.whl (499.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file libmdbx-0.3.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for libmdbx-0.3.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bcbccb46ffa23c92f2f76d0742af7a78c77bccd87cc390be1d8c68f0b40bab35
MD5 32fecfcc78cb537af2b668c485ae6d89
BLAKE2b-256 6a06e34501de72c41e79979356d3c63342341d53c3582cf88f6c1da436a262ab

See more details on using hashes here.

File details

Details for the file libmdbx-0.3.0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for libmdbx-0.3.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3be3b6ebba9eebfa008fa1e7ae6d98c601a0a72bddbe1b3e80f62360ee5e8bf4
MD5 265e649a62577cf850db2b4a99b16d93
BLAKE2b-256 cfb94761ca0a70a72720171081627e13145f5c4243ebe3210c85f030a3eb4b93

See more details on using hashes here.

Supported by

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