Skip to content
Alexandr edited this page Oct 23, 2017 · 2 revisions

LMDB database:

Driver library: liblmdb

LMDB have 2 type of local connection: single file or folder.

Local folder connection:

For folder local connection you should specify directory where LMDB placed.

Local file connection:

For folder local connection you should specify filepath where LMDB placed.

When all fields entered you can test your connection via test button.

Clone this wiki locally