PostgreSQL
Last updated
Last updated
To copy data from or write transformed data to a PostgreSQL table using Upsolver, you must first create a connection that provides the appropriate credentials to access your database
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the database. This string can be copied directly from PostgreSQL.
USER_NAME
— editableType: text
The user to authenticate to the database with.
PASSWORD
— editableType: text
The password for the user.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.