|
|
@ -400,6 +400,16 @@ export const DATA_BASE_TYPES = [ |
|
|
|
type: 'jdbc', |
|
|
|
type: 'jdbc', |
|
|
|
hasSchema: true, |
|
|
|
hasSchema: true, |
|
|
|
kerberos: true, |
|
|
|
kerberos: true, |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
text: 'Hologres', |
|
|
|
|
|
|
|
databaseType: 'hologres', |
|
|
|
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
|
|
|
commonly: false, |
|
|
|
|
|
|
|
internal: true, |
|
|
|
|
|
|
|
type: 'jdbc', |
|
|
|
|
|
|
|
hasSchema: true, |
|
|
|
|
|
|
|
kerberos: false, |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
text: 'HP Vertica', |
|
|
|
text: 'HP Vertica', |
|
|
|
databaseType: 'hp-vertica', |
|
|
|
databaseType: 'hp-vertica', |
|
|
|