19 lines
685 B
YAML
19 lines
685 B
YAML
groups:
|
|
- id: attributes.db.deprecated
|
|
prefix: db
|
|
type: attribute_group
|
|
brief: >
|
|
"Describes deprecated db attributes."
|
|
attributes:
|
|
- id: connection_string
|
|
type: string
|
|
brief: 'Deprecated, use `server.address`, `server.port` attributes instead.'
|
|
deprecated: >
|
|
"Replaced by `server.address` and `server.port`."
|
|
examples: Server=(localdb)\v11.0;Integrated Security=true;
|
|
- id: jdbc.driver_classname
|
|
type: string
|
|
brief: 'Removed, no replacement at this time.'
|
|
deprecated: 'Removed as not used.'
|
|
examples: ['org.postgresql.Driver', 'com.microsoft.sqlserver.jdbc.SQLServerDriver']
|