{#if showCapture && captureInfo}
{/if}
Pick a database to connect to
{ if (emptyString(postgres_resource_path)) { selectedTable = 'specific' publication = { ...DEFAULT_PUBLICATION } } }} /> {#if postgres_resource_path}
{/if}
{#if postgres_resource_path}
Choose the types of database transactions that should trigger a script or flow. You can select from
Insert
,
Update
,
Delete
, or any combination of these operations to define when the trigger should activate.
Select the tables to track. You can choose to track
all tables in your database
,
all tables within a specific schema
,
specific tables in a schema
, or even
specific columns of a table
. Additionally, you can apply a
filter
to retrieve only rows that do not match the specified criteria.
{/if}