diesel-rs / diesel

A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.7k stars 1.07k forks source link

Cassandra support #488

Closed ernestas-poskus closed 7 years ago

ernestas-poskus commented 7 years ago

Any plans to integrate Cassandra support ? If not do you see any integration impediments ?

There are few native and wrapper drivers available:

sgrif commented 7 years ago

There are no plans at this time. Diesel is designed to allow for third party adapters to be written out of tree though. Feel free to drop by our gitter room if you are interested in pursuing that.

lmtr0 commented 1 year ago

any news on this?

weiznich commented 1 year ago

@lmtr0 Please do not comment on old closed issues to ask for news. There is never anything new there if there is no new comment indicating that. As outlined above: We do not plan to add additional adapters to diesel. You can write your own backend and connection implementation outside of diesel if you are interested in diesel support for Cassandra (or whichever other database system).