Constant lmdb::APPEND []

pub const APPEND: WriteFlags = WriteFlags{bits: MDB_APPEND,}

Append the given item to the end of the database. No key comparisons are performed. This option allows fast bulk loading when keys are already known to be in the correct order. Loading unsorted keys with this flag will cause data corruption.