Record -
h2
: EmbeddedModeConfig
The Client endpoint configuration for the embedded mode of h2 databases.
Fields
- path string
-
The path of the database connection (in case of file based DB)
- name string
-
The name of the database to connect
- username string
-
Username for the database connection
- password string
-
Password for the database connection
- poolOptions PoolOptions
-
Properties for the connection pool configuration. Refer
sql:PoolOptions
for more details
- dbOptions map {}
-
A map of DB specific properties