Constant lmdb_rs::core::DbAllowDups []

pub const DbAllowDups: DbFlags = DbFlags{bits: ffi::MDB_DUPSORT,}

Duplicate keys may be used in the database. (Or, from another perspective, keys may have multiple data items, stored in sorted order.) By default keys must be unique and may have only a single data item.