if you are using raw sql and not an ORM (like a mad man) you can start a transaction and set the for

if you are using raw sql and not an ORM (like a mad man) you can start a transaction and set the foreign key pragma to OFF, then delete your stuff, and then turn the pragma back on
Was this page helpful?