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 110 forks source link

can write by one programming language and read by others #246

Closed xtuyaowu closed 2 years ago

xtuyaowu commented 2 years ago

hi guys libmdbx can write by one programming language and read by others? such as write by java and read by python、c++、rust ?if can , where is python、rust example.

thanks!

erthink commented 2 years ago

Yes, of course. Obliviously you should use the same binary data format, i.e. the same (de)serialization method(s) for your keys and values, etc.

xtuyaowu commented 2 years ago

is there any example ?how to use python and rust?

erthink commented 2 years ago

is there any example ?how to use python and rust?

PRs are welcome!