SQL Injection? #3577
Answered bykyleconroy
darkwolf243 asked this question in Q&A
-
Does sqlc prevent SQL injection attack or it is something I have to do before calling sqlc? |
BetaWas this translation helpful?Give feedback.
Answered by kyleconroy Sep 3, 2024
Replies: 1 comment
-
Yes. sqlc protects against SQL injection by only using constant strings and parameterized queries when interacting with database engines. |
BetaWas this translation helpful?Give feedback.
0 replies
Answer selected bydarkwolf243
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Yes. sqlc protects against SQL injection by only using constant strings and parameterized queries when interacting with database engines.