-
Notifications
You must be signed in to change notification settings - Fork 923
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.
All reactions
Answered by
kyleconroy
Sep 3, 2024
Yes. sqlc protects against SQL injection by only using constant strings and parameterized queries when interacting with database engines.
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.
All reactions
-
👍 4 -
❤️ 2
0 replies
Answer selected by
darkwolf243
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment