Expand description
FoundationDB Client API for Tokio
Guide level documentation is on our website. You will find API level documentation here.
Modules
Provides FdbDatabase
type for working with FDB Database.
Provides FdbFuture
, FdbStreamKeyValue
types and
FdbFutureGet
trait for working with FDB Future.
Provides types for working with FDB range.
Provides a convenient way to define namespaces for different categories of data.
Provides types and traits for working with FDB Transactions and Snapshots.
Provides a set of utilities for serializing and deserializing typed data for use in FDB.
Structs
Enums
A set of options that can be set globally for the FDB API.
Constants
Maximum API version supported by the client
Functions
Returns FdbDatabase
handle to the FDB cluster identified by
the provided cluster file.
Select the version of the client API.
Set global options for the FDB API.
Initializes FDB network.
Stops the FDB networking engine.