AlexPikalov / cdrs

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-async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❗ NEW MAINTAINER IS WANTED❗

AlexPikalov opened this issue · comments

I'm looking for a new maintainer for CDRS with possible full ownership transfer.
If you're interested please drop me an email
email

Some information - the async version is already present here: https://github.com/krojew/cdrs-tokio

@krojew I see you are actively developing the async fork! Make sure to also check out https://github.com/scylladb/scylla-rust-driver

@AlexPikalov I think better to point users to official ScyllaDB Rust driver : https://github.com/scylladb/scylla-rust-driver which support CQL and has better performance than cdrs

@kaushalyap I made a PR about this: #361