| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the dialect | [optional] |
| label | str | The human-readable label of the connection | [optional] |
| label_for_database_equivalent | str | What the dialect calls the equivalent of a normal SQL table | [optional] |
| default_port | str | Default port number | [optional] |
| default_max_connections | str | Default number max connections | [optional] |
| supported_options | DialectInfoOptions | Option support details | [optional] |
| installed | bool | Is the supporting driver installed | [optional] |