PostgreSQL integrations
PostgreSQL is a powerful, open-source object-relational database system known for its reliability and robust feature set. It is widely used for handling large volumes of data and complex queries, offering support for various data types, indexing, and advanced querying capabilities. PostgreSQL is suitable for a wide range of applications, from small projects to large-scale enterprise systems.
Automate your PostgreSQL workflow with premade actions
Quickly integrate PostgreSQL with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.Upsert Row
Adds a new row or updates an existing row. [See Docs](https://node-postgres.com/features/queries)
Find Row
Finds a row in a table via a lookup column. [See Docs](https://node-postgres.com/features/queries)
Insert Row
Adds a new row. [See Docs](https://node-postgres.com/features/queries)
Delete Row(s)
Deletes a row or rows from a table. [See Docs](https://node-postgres.com/features/queries)
Update Row
Updates an existing row. [See Docs](https://node-postgres.com/features/queries)
New Column
Emit new event when a new column is added to a table. [See Docs](https://node-postgres.com/features/queries)
New or Updated Row
Emit new event when a row is added or modified. [See Docs](https://node-postgres.com/features/queries)
New Table
Emit new event when a new table is added to the database. [See Docs](https://node-postgres.com/features/queries)
Execute Custom Query
Executes a custom query you provide. [See Docs](https://node-postgres.com/features/queries)
New Row Custom Query
Emit new event when new rows are returned from a custom query that you provide. [See Docs](https://node-postgres.com/features/queries)
Find Row With Custom Query
Finds a row in a table via a custom query. [See Docs](https://node-postgres.com/features/queries)
New Row
Emit new event when a new row is added to a table. [See Docs](https://node-postgres.com/features/queries)