PancakeDB Client
The PancakeDB client supports
- the full PancakeDB API via GRPC,
- helper macros to build requests more easily,
- and higher-level functionality for reads.
Most users will primarily use the client library for writing data with
write_to_partition
requests and occasionally use it for table creation,
alteration, and deletion.
Get Started
For basic usage and detailed explanations, see the docs.rs page.
For a complete example, see the runthrough.
For details about the API calls and what all their fields mean, see the API docs.