Open
Description
Trying to integrate this crate into a project using Warp which is built on Tokio, so I'm using the sqlx crate with the runtime-tokio-native-tls
option, but in this crate, the first line of the features in the Cargo.toml file is default = ["native-tls"]
which leads to further down the features list native-tls = ["sqlx/runtime-async-std-native-tls"]
, so it's using a conflicting sqlx runtime.
It looks like recent efforts were made on this crate to move away from a dependency on async-std, so I would appreciate if this could be fixed. To keep current projects working, it should be possible to keep the existing defaults and have a feature to enable using the Tokio runtime.
Metadata
Metadata
Assignees
Labels
No labels
Activity