- DataSourceConfig (data.sql.datasource) Configuration
Type: io.helidon.data.sql.datasource.DataSourceConfig
This is a standalone configuration type, prefix from configuration root:
data.sources.sql
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
name | string | @default | javax.sql.DataSource name. Optional name to distinguish several data sources of the same type. First available data source is returned when name is not set. |
provider | io.helidon.data.sql.datasource.ProviderConfig (service provider interface) Such as: | Configuration of the used provider, such as UCP. |