scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Meta information #40

Closed Lorak-mmk closed 1 week ago

Lorak-mmk commented 2 years ago

Too many functions to list here - all are in the document, marked red. Rust driver doesn't support it, so it need to be implemented there.

Gor027 commented 1 year ago

Fetching schema metadata information is partially available in the Rust driver and there are open PRs that add support for fetching metadata about keyspaces, UDTs, materialized views, tables and columns. Schema metadata and UDTs: https://github.com/scylladb/cpp-rust-driver/pull/72 Materialized views, tables and columns: https://github.com/scylladb/cpp-rust-driver/pull/76

roydahan commented 1 week ago

Closing this one, we have it in the document per topic.