LMDB constructor

LMDB()

Creates a new LMDB instance and loads the native library.

Note: Call init before performing any database operations.

Implementation

LMDB() {
  _lib = LMDBNative.instance.lib;
}