postgresql
Last updated
Was this helpful?
Last updated
Was this helpful?
: PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
Delete Row(s): Deletes a row or rows from a table.
Execute SQL Query: Execute a custom PostgreSQL query. See to learn more about working with SQL in Pipedream.
Find Row With Custom Query: Finds a row in a table via a custom query.
Upsert Row: Adds a new row or updates an existing row.
Update Row: Updates an existing row.
Insert Row: Adds a new row.
Find Row: Finds a row in a table via a lookup column.