datalevin

roklenarcic 2025-11-05T08:38:27.115609Z

How are you accessing LMDB, are you using a library? I am trying to write an adapter for LMDB for another library and I am interested in what approach you’ve taken.

Huahai 2025-11-06T23:29:46.270029Z

We used to use LMDBJava. Now we use our own LMDB wrapper based on JavaCPP. The next release of Datalevin will use our own fork of LMDB that has additional features.

Huahai 2025-11-06T23:30:41.128449Z

https://github.com/juji-io/dtlvnative

Huahai 2025-11-06T23:31:03.152879Z

https://github.com/huahaiy/dlmdb

Anton Shastun 2025-11-05T16:06:30.344759Z

There is a java wrapper https://github.com/lmdbjava/lmdbjava