cdrs
cdrs copied to clipboard
Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-a...
``` $ cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 126 security advisories (from /home/olexiyb/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (54 crate dependencies) Success No vulnerable packages found...
I was trying to make my credentials configurable. Like this: ``` let session = if let Some((user, pass)) = pass { let auth = StaticPasswordAuthenticator::new(user, pass); let node = NodeTcpConfigBuilder::new("127.0.0.1:9042",...
@AlexPikalov can you help me on the TODO comment in the test? It fails for a vec when using an in parameter, but I can not figure it out why....
Note that first https://github.com/AlexPikalov/cdrs/pull/347 and https://github.com/AlexPikalov/cdrs/pull/337 must be merged, since now commits are in this PR that are inside the other PR's
It's more a question than an issue. I'm trying to use CDRS in an actix-web application. I would like to share the database session among the HTTP requests but for...
C bytes
Ready for review when https://github.com/AlexPikalov/cdrs/pull/337 is merged
Hi! First off, thank you for a great library. I saw that support for `rustls` was recently added to cdrs - however, it seems that a crucial part is missing...
Hello. Thanks for CDRS crate!! We have "prepare_tw \ exec_tw" with "with_tracing", but i can't understand how i can get time query (how much time query exec)