Expand description
Idiomatic and safe APIs for interacting with the libmdbx.
Macros
Structs
A cursor for navigating the items within a database.
A handle to an individual database in an environment.
Database options.
An environment supports multiple databases, all residing in the same shared-memory map.
Options for opening or creating an environment.
Environment information.
If you don’t need the data itself, just its length.
Environment statistics.
An MDBX transaction.
Write options.
Enums
An MDBX error kind.
An iterator over the key/value pairs in an MDBX database.
An iterator over the keys and duplicate values in an MDBX database.
MDBX sync mode
Traits
Type Definitions
An MDBX result.