Postgresql
Postgresql
Configuration
PostgreSQL source connector integrates with PostgreSQL databases to extract structured data.
Synchronizes data from database tables.
It uses dynamic schema introspection to create appropriate entity classes and provides comprehensive access to relational data with proper type mapping and relationships.
Authentication
This connector uses a custom authentication configuration.
PostgreSQL authentication configuration.
The host of the PostgreSQL database
The port of the PostgreSQL database
The name of the PostgreSQL database
The username for the PostgreSQL database
The password for the PostgreSQL database
The schema of the PostgreSQL database
Comma separated list of tables to sync. For example, ‘users,orders’. For all tables, use ’*‘
Configuration Options
This connector does not have any additional configuration options.