Skip to main content

Crate reifydb_client

Crate reifydb_client 

Source

Re-exports§

pub use reifydb_type as type;

Modules§

value
Workspace-wide value system. Defines the Value enum every column carries, the Type enum that classifies it, the Constraint family that narrows a type (max-bytes, precision-scale, optional), and the per-primitive representations - integers, unsigned integers, decimals, floats, blobs, booleans, temporals, UUIDs, JSON, identity ids, and row numbers - that those variants wrap.

Structs§

AdminResult
Result type for admin operations
CommandResult
Result type for command operations
Frame
FrameColumn
FrameRow
FrameRows
LoginResult
Result type for authentication login operations
OrderedF32
OrderedF64
QueryResult
Result type for query operations
ResponseMeta
Server-reported metadata about a single executed request.

Enums§

ChangeKind
FrameColumnData
FrameError
FromFrameError
FromValueError
Params
Type
Value
WireFormat
Wire format for client-server communication.

Traits§

TryFromValue
TryFromValueCoerce

Derive Macros§

FromFrame
Derives FromFrame for a struct, enabling deserialization from a Frame.