Record - h2 : ServerModeConfig

The Client endpoint configuration for the server mode of h2 databases.

Fields

  • host string
  • The host name of the database to connect (in case of server based DB)

  • port int 9092
  • The port of the database to connect (in case of server 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