Record - mysql : ClientEndpointConfig

The Client endpoint configuration for mysql databases.

Fields

  • host string
  • The host name of the database to connect

  • port int 3306
  • The port of the database to connect

  • 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