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

Reference mdbx4s in the bindings table #274

Closed david-bouyssie closed 2 years ago

david-bouyssie commented 2 years ago

Hi @erthink

I have just pushed on Github a new libmdbx binding targetting the Scala platform: https://github.com/david-bouyssie/mdbx4s

It is building on the JVM (by wrapping Castotech MDBXJNI) and on Scala Native (using direct binding to the libmdbx library).

It's not yet on Maven Central bu the Github Workflow CI is green :)

erthink commented 2 years ago

Waiting until tests be done without any issues.

david-bouyssie commented 2 years ago

Done :)