PostgreSQL
In an application, right-click on Sources -> select Create source -> type any Source name and select PgSQLSource in the Source type field -> click Create.
- connStr - connection string, e.g.
jdbc:postgresql://<hostname>:5432/padb_test - user - user name
- password - password
Last updated on