scylla-javascript-driver icon indicating copy to clipboard operation
scylla-javascript-driver copied to clipboard

Fetch schema (Not Fully Documented Issue)

Open Daniel-Boll opened this issue 2 years ago • 2 comments

Todo

I still need to document this issue

https://rust-driver.docs.scylladb.com/stable/schema/schema.html

Daniel-Boll avatar Oct 17 '23 00:10 Daniel-Boll

The get_cluster_data function has been implemented in ScyllaSession. From the ClusterData module, the only function that has been migrated so far is get_keyspace_info, which provides access to data similar to that found in this Rust driver documentation.

A few functions from ClusterData could still be useful to migrate, such as get_endpoints and get_nodes_info.

Matozinho avatar Jul 31 '24 15:07 Matozinho

As the PR #33 doesn't fully implement this issue it should either not close it or another issue describing the remaining stuff be created.

Daniel-Boll avatar Jul 31 '24 16:07 Daniel-Boll