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
globalssection - Add the
databasesfield - 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
databaseinput to your action - Pass the
databaseidentifier from the globals sectionmainif defined or redefine a new database
Postgres Basic
loading...
Alternatively view the steps in the quickstart tutorial here.
Querying
View the quickstart tutorial here.