-
Good afternoon, I am working on a project that queries a Postgres database. As such, I don't need Thank you for your help & for making such a nice and easy to use library! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Responding to my own discussion as I found out how to do this (and it was indeed obvious): just disable
|
Beta Was this translation helpful? Give feedback.
Responding to my own discussion as I found out how to do this (and it was indeed obvious): just disable
default-features
:sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres", "macros"], default-features = false}