Java JNA (not JNI) adapter to LevelDB

May 31, 2015 ยท View on GitHub

Build Status Maven Central

Java JNA (not JNI) adapter to LevelDB

leveldb-jna is Java JNA adapter to LevelDB key-value database.

Supported platforms

  • OS X
  • Linux x86/x64
  • Windows x86/x64 (backport from Bitcoin project)

Examples

See examples of usage here.

Demo

leveldb-jna is used in these applications and libraries:

  • Keylord - cross-platform GUI application for key-value databases.

Build

Build process described here.

Contents

  1. 1Supported platforms
  2. 2Examples
  3. 3Demo
  4. 4Build