Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.84k stars 108 forks source link

Features and Rustls support #172

Closed 0xtlt closed 2 years ago

0xtlt commented 2 years ago

Good evening, Would it be possible now or in the future to use the features in the cargo.toml file to define what we need.

And give the choice at the same time between openssl and rustls which is better?

Thanks

Brendonovich commented 2 years ago

If by 'define what you need` you mean the specific database connectors you need, 0.6.2 implements this! Openssl will be the only option going forward, rustls has been discussed and would require so much work that it's out of scope of PCR.