Category: SQL Status: base
Connects to QuestDB — a fast open-source time-series SQL database. Uses the PostgreSQL wire protocol on port 8812.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 8812 | PostgreSQL wire protocol port |
| user | admin | Database username |
| password | quest | Database password (8–64 chars) |
| url | (empty) | Full connection URL (overrides above fields) |
Username and password. Default credentials are admin/quest.