|
|
@ -708,6 +708,7 @@ export const DATA_BASE_TYPES = [ |
|
|
|
databaseType: 'tdsql', |
|
|
|
databaseType: 'tdsql', |
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
|
|
|
versions: ['pgsql'], |
|
|
|
commonly: false, |
|
|
|
commonly: false, |
|
|
|
internal: true, |
|
|
|
internal: true, |
|
|
|
type: 'jdbc', |
|
|
|
type: 'jdbc', |
|
|
|