Is there support for SQLite Triggers? #2020
Unanswered
ealexhaywood
asked this question in
Q&A
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.
-
Is there support for SQLite Triggers? I want something similar to MySQL's
ON UPDATE CURRENT_TIMESTAMP
for SQLite and it seems like the standard way to do this is with database triggers.Is there a recommended approach? For now I can have my application code generate the updated timestamp.
Beta Was this translation helpful? Give feedback.
All reactions