Pancake DB Client
Create a client instance via
use Client;
use ;
let client = from_ip_port;
You can then make API calls via its async API; e.g.
let resp = client.api_write_to_partition(&req).await?;
.
For detailed documentation of the client, see the docs.rs page.
For an end-to-end example, see the client runthrough.
For details about the API calls and what all their fields mean, see the API docs.