cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

Is this project abandoned?

Open calvin2021y opened this issue 2 years ago • 3 comments

calvin2021y avatar Feb 23 '24 10:02 calvin2021y

No. However, we soon would start promoting this one https://github.com/scylladb/cpp-rust-driver as a better alternative.

roydahan avatar Mar 24 '24 21:03 roydahan

Is cpp-rust-driver able to generate async c api like this project ?

calvin2021y avatar Mar 26 '24 18:03 calvin2021y

It is intended as a drop-in replacement - although not all functions are implemented. If by "async c api" you mean functions like

cass_session_execute
cass_future_error_code
cass_future_set_callback
cass_future_free

and other methods from https://cpp-driver.docs.scylladb.com/master/api/struct.CassFuture.html , then yes, async API is implemented.

Lorak-mmk avatar Mar 26 '24 20:03 Lorak-mmk