Expand description
Provides types for working with FDB range.
Structs
Rangedescribes an exact range of keyspace, specified by a begin and end key.RangeOptionsspecify how a database range operation is carried out.
Enums
- Options that control the way the Rust binding performs range reads.
Constants
- When passed to
RangeOptions::set_limit, indicates that the query should return unlimited rows.