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

Bindings for Nim & Crystal #90

Open erthink opened 4 years ago

erthink commented 4 years ago

https://nim-lang.org/ https://crystal-lang.org/

snej commented 4 years ago

I've fallen in love with Nim, so I might do this, if I give in to the temptation to rewrite my current C++ project in Nim.

erthink commented 4 years ago

But please wait while I will release C++ "bindings" for libmdbx.

erthink commented 4 years ago

@snej, please take look at C++ API (draft) and join the discussion in the https://t.me/libmdbx.

erthink commented 3 years ago

Binding for Nim is available now by Jens Alfke (@snej).