Skip to main content
PostgreSQL is the live source connector documented for the current MantrixFlow app.

Required access

Use a database user with read access to the source schemas and tables you want to sync. For a first pipeline, start with one table such as public.orders.

Connection fields

FieldNotes
Connection NameA human-readable name shown in the app
HostDatabase host or provider endpoint
PortUsually 5432
DatabaseDatabase name
UsernameSource user
PasswordSource user password
SchemaUsually public for first tests
SSL ModeUse require for most hosted databases

Setup flow

  1. Open Connections.
  2. Click + New Connection.
  3. Set role to Source.
  4. Choose PostgreSQL.
  5. Fill the form.
  6. Click Test Connection.
  7. Save only after the test succeeds.

Builder behavior

After a pipeline shell is created, the Source node can:
  • test the connection again
  • discover source schemas and tables
  • include selected streams as schema.table
  • preview rows for the active stream
Selected streams are persisted as strict source stream configs, including the staging table name such as public__orders.