Package org.qi4j.entitystore.leveldb

LevelDB EntityStore.

See: Description

Package org.qi4j.entitystore.leveldb Description

LevelDB EntityStore.

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

By default use the native implementation through JNI bindings and fallback to the pure java implementation if not available on the current platform. Used implementation can be forced using the LevelDBEntityStoreConfiguration.flavour() property.

See: