Expand description
Re-exports§
pub extern crate mdbx_remote_sys as ffi;
Macros§
Structs§
- Buffer
Configuration - Commit
Latency - Commit latencies info.
- Cursor
- A cursor for navigating the items within a database.
- Database
- A handle to an individual database in an environment.
- Database
Flags - Database options.
- Environment
- An environment supports multiple databases, all residing in the same shared-memory map.
- Environment
Builder - Options for opening or creating an environment.
- Environment
Flags - Geometry
- Info
- Environment information.
- MDBX
Server State - Object
Length - If you don’t need the data itself, just its length.
- RO
- RW
- Remote
Cursor - Remote
Database - Remote
Environment - RemoteMDBX
Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- RemoteMDBX
Server - Remote
Transaction - Stat
- Environment statistics.
- Transaction
- An MDBX transaction.
- Write
Flags - Write options.
Enums§
- Client
Error - Cursor
Any - Database
Any - Environment
Any - Environment
Kind - Determines how data is mapped into memory
- Error
- An MDBX error kind.
- Handle
Slow Readers Return Code - Iter
- An iterator over the key/value pairs in an MDBX database.
- IterDup
- An iterator over the keys and duplicate values in an MDBX database.
- Mode
- Page
Size - Server
Error - Sync
Mode - MDBX sync mode
- Transaction
Any
Traits§
- RemoteMDBX
- Table
Object - Implement this to be able to decode data values
- Transaction
Kind
Type Aliases§
- Handle
Slow Readers Callback - Handle-Slow-Readers callback function to resolve database full/overflow issue due to a reader(s) which prevents the old data from being recycled.
- Result
- An MDBX result.