chickadee » lmdb-lolevel » MDB_NOSUBDIR

MDB_NOSUBDIRconstant

By default, LMDB creates its environment in a directory whose pathname is given in path, and creates its data and lock files under that directory. With this option, path is used as-is for the database main data file. The database lock file is the path with "-lock" appended.