Answers for "sqlx rust"

0

sqlx rust

# Cargo.toml
[dependencies]
# tokio + rustls
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls" ] }
# async-std + native-tls
sqlx = { version = "0.5", features = [ "runtime-async-std-native-tls" ] }
Posted by: Guest on January-13-2022

Browse Popular Code Answers by Language