Skip to content

Building without libsqlite3-sys dependency #2772

Closed Answered by pgrinaway
pgrinaway asked this question in Q&A
Discussion options

You must be logged in to vote

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}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pgrinaway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant