SQL Injection? #3577
Answered
by
kyleconroy
darkwolf243
asked this question in
Q&A
SQL Injection?
#3577
-
Does sqlc prevent SQL injection attack or it is something I have to do before calling sqlc? |
Beta Was 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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
darkwolf243
Sign up for free
to 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.