Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | Port of the database. |
Database Name | String | Name of the database. |
Schemas | Array | The list of schemas (case sensitive) to sync from. Defaults to public. |
Username | String | Username to access the database. |
Password | String | Password associated with the username. |
JDBC URL Parameters (Advanced) | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (Eg. key1=value1&key2=value2&key3=value3). For more information read about JDBC URL parameters. |
Connect using SSL | Boolean | Encrypt data using SSL. When activating SSL, please select one of the connection modes. |
SSL Modes | Object | SSL connection modes. |
| ||
| ||
| ||
| ||
| ||
| ||
Read more in the docs. | ||
Replication Method | Object | Replication method for extracting data from the database. |