Answer the question
In order to leave comments, you need to log in
Should I use triggers in sqlite?
Should I use triggers or move the logic to the application side?
Answer the question
In order to leave comments, you need to log in
Since sqlite is an embedded DBMS, I don't see much point in using triggers in it. Unless you have denormalized data and want to keep it consistent with triggers, then that's an option. And for other cases, triggers are not particularly welcome in large DBMSs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question