Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
PostgresResource connects to a Postgres database via a DSN and exposes its schemas and tables as a tree the agent can list, read, and grep.
Config
| Field | Default | Notes |
|---|---|---|
dsn | required | Postgres connection string. Redacted in snapshots. |
schemas | None | Optional list to limit which schemas appear in the tree. |
default_row_limit | 1000 | Default LIMIT applied to ad-hoc reads. |
max_read_rows | 10_000 | Hard ceiling per read. |
max_read_bytes | 10 MiB | Hard ceiling per read. |
default_search_limit | 100 | Default LIMIT for search-style queries. |
Mount mode
read only. Postgres mounts are read-only at the resource level.