PostgreSQL requires the optionalDocumentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
psycopg dependency:
Connection config
| Field | Description |
|---|---|
host | PostgreSQL server hostname (default: localhost) |
port | PostgreSQL server port (default: 5432) |
user | Database user |
password | Database password |
dbname | Database name |
connection are passed to psycopg.connect(). See the psycopg documentation for all available options.

