pancake-db-client

Crates.iopancake-db-client
lib.rspancake-db-client
version0.2.0
sourcesrc
created_at2021-10-26 14:11:44.724896
updated_at2022-04-04 18:58:46.485772
descriptionRust client library for PancakeDB
homepagehttps://pancakedb.com
repositoryhttps://github.com/pancake-db/pancake-core/
max_upload_size
id471938
size68,927
Martin (mwlon)

documentation

README

Crates.io

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.

Commit count: 27

cargo fmt