Skip to content
/ lmdb Public

Lightning Memory-Mapped Database (liblmdb) in Maven Central.

Notifications You must be signed in to change notification settings

deephacks/lmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symas Lightning Memory-Mapped Database (LMDB)

Build Status

This project produces liblmdb library version 0.9.15 of the OpenLDAP project which is licensed under the The OpenLDAP Public License.

Source @ https://github.com/LMDB/lmdb.

Using as a Maven Dependency

Add one (or more) of the following dependency to your Maven pom.xml.

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-linux64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-osx64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-win64</artifactId>
  <version>${version}</version>
</dependency>

<dependency>
  <groupId>org.deephacks.lmdb</groupId>
  <artifactId>lmdb-android</artifactId>
  <version>${version}</version>
</dependency>

About

Lightning Memory-Mapped Database (liblmdb) in Maven Central.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages