1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

Add new article links for triggers section in postgresql roadmap (#7152)

This commit is contained in:
Mark
2024-09-18 22:41:10 +08:00
committed by GitHub
parent 9577f4d615
commit 597efd07ca

View File

@@ -5,4 +5,6 @@ Triggers are special user-defined functions that get invoked automatically when
Learn more from the following resources:
- [@official@Triggers](https://www.postgresql.org/docs/8.1/triggers.html)
- [@article@PostgreSQL Triggers](https://www.postgresqltutorial.com/postgresql-triggers/)
- [@article@Understanding PostgreSQL Triggers](https://hevodata.com/learn/postgresql-triggers/)
- [@video@Using PostgreSQL triggers to automate processes with Supabase](https://www.youtube.com/watch?v=0N6M5BBe9AE)