Closed
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.