Expand description
Re-exports§
pub extern crate mdbx_remote_sys as ffi;
Macros§
Structs§
- Commit latencies info.
- 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.
- The client stub that makes RPC calls to the server. All request methods return Futures.
- Environment statistics.
- An MDBX transaction.
- Write options.
Enums§
- Determines how data is mapped into memory
- 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§
- Implement this to be able to decode data values
Type Aliases§
- Handle-Slow-Readers callback function to resolve database full/overflow issue due to a reader(s) which prevents the old data from being recycled.
- An MDBX result.