Does LevelDB support java?
You can use the https://github.com/fusesource/leveldbjni java library which gives you a Java API to LevelDB via JNI. There is also a Pure Java implementation of LevelDB available at https://github.com/dain/leveldb Both the JNI wrapped and pure Java implementation implement the same interface classes so it’s really easy to switch between the two.