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: Use error codes from errno instead of hardcoded ones #213

Closed Thermi closed 3 years ago

Thermi commented 3 years ago

Btw, what cmake target is available for the non-shared lib builds on Windows? Seems the "mdbx" target does not exist in that case (which to me makes no sense).