|
|
@ -692,6 +692,29 @@ export const DATA_BASE_TYPES = [ |
|
|
|
'org.sqlite.JDBC': 'jdbc:sqlite:[PATH_TO_DB_FILES]', |
|
|
|
'org.sqlite.JDBC': 'jdbc:sqlite:[PATH_TO_DB_FILES]', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
text: 'trino', |
|
|
|
|
|
|
|
databaseType: 'trino', |
|
|
|
|
|
|
|
driver: 'io.trino.jdbc.TrinoDriver', |
|
|
|
|
|
|
|
url: 'jdbc:trino://hostname:port/database', |
|
|
|
|
|
|
|
commonly: false, |
|
|
|
|
|
|
|
internal: true, |
|
|
|
|
|
|
|
type: 'jdbc', |
|
|
|
|
|
|
|
hasSchema: true, |
|
|
|
|
|
|
|
kerberos: false, |
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_TDSQL'), |
|
|
|
|
|
|
|
databaseType: 'tdsql', |
|
|
|
|
|
|
|
driver: 'org.postgresql.Driver', |
|
|
|
|
|
|
|
url: 'jdbc:postgresql://hostname:port/database', |
|
|
|
|
|
|
|
commonly: false, |
|
|
|
|
|
|
|
internal: true, |
|
|
|
|
|
|
|
type: 'jdbc', |
|
|
|
|
|
|
|
hasSchema: true, |
|
|
|
|
|
|
|
kerberos: false, |
|
|
|
|
|
|
|
fetchSize: 10000, |
|
|
|
|
|
|
|
} |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|