SQLite supports database triggers via CREATE TRIGGER[https://www.sqlite.org/lang_createtrigger.html]. Is this capability supported in D1? My experimentation with it (so far) shows that D1 will accept the schema to create the trigger, but I have yet to see evidence of the trigger functioning. It's either my error or it's not implemented internally. I'm not sure which.