[]Constant nimiq_database::lmdb::open::NOSUBDIR

pub const NOSUBDIR: Flags

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, the path passed to EnvBuilder::open is used as-is for the database main data file. The database lock file is the path with "-lock" appended.