Required access
Use a database user with write access to the destination schema and tables. MantrixFlow does not create final destination tables during delivery. Create the table with the pipeline setup action or with SQL before starting a run.Connection fields
| Field | Notes |
|---|---|
| Connection Name | A human-readable name shown in the app |
| Host | Database host or provider endpoint |
| Port | Usually 5432 |
| Database | Database name |
| Username | Destination user |
| Password | Destination user password |
| Schema | Usually analytics for reporting tables |
| SSL Mode | Use require for most hosted databases |
Destination table requirements
Create the target table from discovered source columns in the Destination panel, or create it manually before the first run:schema.table, for example analytics.orders_live.
Write behavior
The live write mode is Upsert.- If the destination table has a primary key, MantrixFlow uses merge-style delivery.
- If the destination table has no primary key, MantrixFlow appends rows and records a no-primary-key warning.
Setup flow
- Open Connections.
- Click + New Connection.
- Set role to Destination.
- Choose PostgreSQL.
- Fill the form.
- Click Test Connection.
- Save only after the test succeeds.