Replies: 1 comment
-
This will work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have a few questions:
import { sql } from 'drizzle-orm'
), is the input string processed to prevent sql injections?UPDATE foo set bar = bar + 1
, how would I do it with drizzle?Beta Was this translation helpful? Give feedback.
All reactions