PostgreSQL Connector
Configuration
connector:
name: my-postgres
type: postgres
config:
host: db.example.com
port: 5432
database: mydb
schema: public
username: \
password: \
ssl: true
pool_size: 10
`
## Features
- Full and incremental loading
- Schema inference
- SSL/TLS support
- Connection pooling
- Change Data Capture (CDC)
## See Also
- [Integrations Overview](/docs/integrations/overview)