nodecosmos / charybdis

Rust ORM for ScyllaDB and Apache Cassandra
MIT License
108 stars 6 forks source link

TLS support #18

Closed Zk2u closed 1 month ago

Zk2u commented 3 months ago

Hiya, does this support using TLS to connect to scylla? If not, can we add a feature to enable that functionality?

GoranBrkuljan commented 3 months ago

For the main crate session is passed from the app. However, within charybdis-migrate we create session in crate itself, and currently it doesn't support TLS. If you are interested, PR would be welcomed.

Zk2u commented 3 months ago

Will PR this in if we need it for what I'm working on.

GoranBrkuljan commented 1 day ago

completed with https://github.com/nodecosmos/charybdis/releases/tag/v0.7.3