Skip to main content

Postgres

Postgres is one of the most common databases our users integrate with.

Our current quickstart tutorial covers postgres in further detail.

Defining the database

  1. Define a globals section
  2. Add the databases field
  3. Add a database identifier
  4. Set the driver to postgres
  5. Add the connection string or define the user, pass, host and port
Postgres Basic
loading...

For all available database options see database inputs

Adding the database to your action

  1. Add a database input to your action
  2. Pass the database identifier from the globals section main if defined or redefine a new database
Postgres Basic
loading...

Alternatively view the steps in the quickstart tutorial here.

Querying

View the quickstart tutorial here.