bmunkholm / android-leveldb

JNI bindings for leveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leveldb (https://code.google.com/p/leveldb/) for Android

Very simple bindings for using Leveldb from android. There's an excellent project leveldbjni out there for using leveldb from Java, but it seems a bit too much. It has a bunch of dependencies, including a code generator, which might or might not work on Android. At least it is not trivial to get started.

About

JNI bindings for leveldb

License:Other


Languages

Language:C++ 68.6%Language:Shell 25.7%Language:C 3.2%Language:Java 1.4%Language:Makefile 0.8%Language:Common Lisp 0.3%Language:CSS 0.1%