Squadbase logo

PostgreSQL

Steps and required credentials to connect PostgreSQL to Squadbase

Required Information

FieldDescription
PostgreSQL Connection URLThe URL for connecting to PostgreSQL (e.g., postgresql://user:password@host:5432/database).

How to Obtain

PostgreSQL Connection URL

The connection URL follows this format:

postgresql://[username]:[password]@[host]:[port]/[database]
PartDescription
usernameThe PostgreSQL username
passwordThe password for the user
hostThe hostname or IP address of the PostgreSQL server
portThe PostgreSQL port number (default: 5432)
databaseThe name of the database to connect to

Example

postgresql://myuser:mypassword@db.example.com:5432/mydb