Skip to main content

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.
Genloop connects to PostgreSQL using a direct database connection. You will need read access credentials to your PostgreSQL instance before starting. Minimum supported version: PostgreSQL 8.4

Required fields

FieldDescription
Connection nameA display name to identify this connection in Genloop
HostThe hostname or IP address of your PostgreSQL server (e.g. db.example.com)
PortDefault is 5432
DatabaseThe name of the specific database you want to connect
UsernameThe PostgreSQL user Genloop will use to connect
PasswordThe password for the above user

Optional fields

FieldDescription
SchemaSpecify a default schema to scope queries. If left blank, Genloop will use the public schema

Permissions required

The user you provide must have SELECT access on the schemas and tables you want Genloop to query.
GRANT SELECT ON ALL TABLES IN SCHEMA public TO genloop_user;

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.