Constant lmdb::REVERSE_KEY []

pub const REVERSE_KEY: DatabaseFlags = DatabaseFlags{bits: MDB_REVERSEKEY,}

Keys are strings to be compared in reverse order, from the end of the strings to the beginning. By default, Keys are treated as strings and compared from beginning to end.