Database
Direct connect
You have the option to directly link an application or client to your database. The necessary connection details can be retrieved from the database settings page within the project section. By choosing a specific user (role), a connection string will be automatically generated for you.
A connection string includes the user (role), password, hostname, and database name.
You can use the details from the connection string or the connection string itself to configure a connection. For example, you might place the connection details in an .env file, assign the connection string to a variable, or pass the connection string on the command-line.
.env file:
Variable:
Command-line:
Postgres Port
We use the default Postgres port, 5432
.
Network protocol support
We support both IPv4 and IPv6 addresses.