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
- Define a
globals
section - Add the
databases
field - Add a database identifier
- Set the driver to
postgres
- 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
- Add a
database
input to your action - Pass the
database
identifier from the globals sectionmain
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.