Trigger scripts and flows in response to database transactions.
New features
- Connect to a Postgres database and trigger runnables in response to INSERT, UPDATE, DELETE transactions.
- Utilize Postgres's logical replication streaming protocol for efficient and low-latency triggering.
- Track transactions on all tables, specific schemas, or specific tables with column selection.
- Filter rows using simple WHERE conditions for specific table tracking.
- Manage Postgres publications and replication slots directly from the interface.
- Automatically generate TypeScript script templates for tracked tables and schemas.