Answers for "rust sqlx"

0

rust sqlx

# 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