Documentation Index
Fetch the complete documentation index at: https://docs.genloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
This page contains standard PostgreSQL connection fields. Your tech team should verify the exact values before sharing this with users.
Required fields
| Field | Description |
|---|---|
| Connection name | A display name to identify this connection in Genloop |
| Host | The hostname or IP address of your PostgreSQL server (e.g. db.example.com) |
| Port | Default is 5432 |
| Database | The name of the specific database you want to connect |
| Username | The PostgreSQL user Genloop will use to connect |
| Password | The password for the above user |
Optional fields
| Field | Description |
|---|---|
| Schema | Specify a default schema to scope queries. If left blank, Genloop will use the public schema |
Permissions required
The user you provide must haveSELECT access on the schemas and tables you want Genloop to query.
SSL
SSL is supported and recommended for production PostgreSQL connections. Enable the SSL toggle and provide your certificate if required by your server configuration.Firewall and IP allowlist
If your database is behind a firewall, allowlist Genloop’s IP addresses. Talk to us to get the current IP range.Next steps
Connect a database
Back to the full connection setup flow.
Context Hub
View and edit the memory built from your connection.
