Feature Request: Delete statement #1022
lucaspiresfernandes
started this conversation in
Ideas
Replies: 0 comments
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.
-
I'd like to use Drizzle to perform multi-table delete statements, like this:
For this, we need:
db.delete()
..from()
to a delete statement, just likedb.select().from()
..join()
,.innerJoin()
to a delete statement.This example would be like this in Drizzle:
Beta Was this translation helpful? Give feedback.
All reactions