erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

Python bindings #206

Closed Thermi closed 3 years ago

Thermi commented 3 years ago

Complete python bindings.

PR was opened so I can see if the CIs in your repo find anything wrong with the code. :P

erthink commented 3 years ago

First of all, thank you for your contribution! This is a big enough first step to move on.

However, briefly, this is not ready to be merged into the master branch. So I made a dedicated branch python-bindings in which the master branch was merged with the bindings code, with the spaces cleared and adding the TODO list.

I will continue review the code (so the TODO-list will be updated) and will try to find some time to work on these TODO items.