Category: SQL, Timeseries Status: good
Connects to a TimescaleDB instance — a PostgreSQL extension optimized for time-series data. Supports full SQL plus time-series specific features.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 5432 | TCP port |
| user | (empty) | Database username |
| password | (empty) | Database password |
| dbname | (empty) | Database name |
| url | (empty) | Full connection URL (overrides above fields) |
Supports three modes:
- user_password — standard username + password (default)
- secretsmanager — AWS Secrets Manager
- aws_iam — AWS IAM token