Record - java.jdbc : ClientConfiguration

The Client endpoint configuration for SQL databases.

Fields

  • url string
  • URL 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 PoolOptions for more details

  • dbOptions map {}
  • A map of DB specific properties. These properties will have an effect only if the dataSourceClassName is provided in poolOptions