|
|
|
@ -543,7 +543,7 @@ export const DATA_BASE_TYPES = [
|
|
|
|
|
databaseType: 'other', |
|
|
|
|
driver: 'org.h2.Driver', |
|
|
|
|
drivers: ['org.h2.Driver', 'com.fr.third.org.hsqldb.jdbcDriver', 'org.sqlite.JDBC'], |
|
|
|
|
url: 'jdbc:h2://hostname:port/database', |
|
|
|
|
url: 'jdbc:h2://${ENV_HOME}/../database', |
|
|
|
|
commonly: false, |
|
|
|
|
internal: true, |
|
|
|
|
type: 'other', |
|
|
|
|