S
S
Sergey Konovalov2015-08-31 14:53:54
SQLite
Sergey Konovalov, 2015-08-31 14:53:54

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

1 answer(s)
S
Stanislav Makarov, 2015-08-31
@Nipheris

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 question

Ask a Question

731 491 924 answers to any question