-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or requestNew feature or requestneeds rust featureThis issue or PR needs a Rust feature to be stabilized before it can be merged into masterThis issue or PR needs a Rust feature to be stabilized before it can be merged into master
Description
Currently sqlx-rt uses native-tls. But library native-tls is dynamically linked and it's hard sometimes to set up the environment for it (ex. docker image).
But hopefully, there are rustls and tokio-rustls that can statically link SSL during compilation. I think it will be useful for many developers to have it.
Similar feature exists in actix-web.
olvyko, jwangnz, asmarques, mkpankov and Absolucy
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds rust featureThis issue or PR needs a Rust feature to be stabilized before it can be merged into masterThis issue or PR needs a Rust feature to be stabilized before it can be merged into master