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
16 stars 11 forks source link

CassSession missing functions #39

Closed Lorak-mmk closed 2 months ago

Lorak-mmk commented 2 years ago

Some functions are still missing

First 3 are the most important (and probably are supported by rust driver). prepare_from_existing might be problematic - Rust driver doesn't support it (and I think they are right to, it's a stupid API imho), so we should think if this can be implemented in the wrapper. Last one - easy if Rust supports. metrics - I don't think Rust supports it (but it's great if they do), what should we do about them?

roydahan commented 2 months ago

The missing ones are part of the plan. Closing in favor of dedicated issues.