Connection string
DATABASE_URL in your .env.
Production recommendations
Cloud database services
- AWS RDS
- GCP Cloud SQL
- Azure Database
- Instance: db.r6g.xlarge (4 vCPU, 32 GB RAM)
- Storage: 100 GB gp3
- Multi-AZ: enabled
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Provision and connect the PostgreSQL database a settler agent depends on.
postgresql://username:password@hostname:port/database?options
DATABASE_URL in your .env.
| Setting | Recommendation |
|---|---|
| PostgreSQL version | 17 |
| Instance type | db-perf-optimized-N-4 tier or equivalent |
| Storage | 100 GB SSD minimum |
| Backup | Automated daily backups |
| Monitoring | Enable query performance insights |
DATABASE_URL=postgresql://admin:password@your-db.abc123.us-east-1.rds.amazonaws.com:5432/settler_agent
DATABASE_URL=postgresql://user:password@10.0.0.2:5432/dbname?host=/cloudsql/project:region:instance
DATABASE_URL=postgresql://user@server:password@server.postgres.database.azure.com:5432/dbname?sslmode=require