Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/growse/lmdb-kt

A pure-kotlin/JVM LMDB library
https://github.com/growse/lmdb-kt

kotlin lmdb

Last synced: 4 days ago
JSON representation

A pure-kotlin/JVM LMDB library

Awesome Lists containing this project

README

        

# LMDB-kt

A library to read/write [lmdb](http://www.lmdb.tech/doc/) databases without relying on a native binary.

## TODO
- [X] Stat
- [X] Dump
- [X] Publish package
- [ ] Named databases
- [ ] Read txns
- [X] Getting key / values
- [ ] Putting key / values
- [ ] Deleting keys
- [ ] 64/32-bit detection / support
- [ ] Endianness variation support