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
Apache License 2.0
341 stars 58 forks source link

❗ NEW MAINTAINER IS WANTED❗ #356

Closed AlexPikalov closed 3 years ago

AlexPikalov commented 3 years ago

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

krojew commented 3 years ago

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

Jasperav commented 3 years ago

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

kaushalyap commented 3 years ago

@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

Jasperav commented 3 years ago

@kaushalyap I made a PR about this: https://github.com/AlexPikalov/cdrs/pull/361