DRAFTThis page is not published. Only visible in development mode.
Clients
Wire Formats
Results travel as JSON, Protobuf, or RBCF, ReifyDB's binary column format.
Choosing a format
JSON for debuggability, Protobuf for typed RPC, RBCF for the fastest path. This section will compare them and show how each client selects one.
RBCF
A columnar binary encoding of frames. This section will document the layout for anyone implementing a client.
