Expand description

Low-Level API that is suitable for non-little-endian machines

This is the default in-memory API the the FDB file format. It is useful for batch processing because it is fast and only loads the values that are accessed.

The reference structures in this module all implement Copy.

The only limitation is, that all references are bounded by the lifetime of the original database buffer.

Re-exports

pub use iter::FieldIter;
pub use iter::RowHeaderIter;
pub use iter::TableIter;

Modules

Iterator types

Structs

Reference to a single bucket
Reference to a column definition
A complete in-memory read-only database
Reference to the tables array
The context for mem::Field
Map MemContext values to OwnedContext values
Reference to a single row
Reference to a single table
Reference to the tables array

Type Definitions

Value of or reference to a field value