# README
To add new connection types:
- add to subcommand 'config connections add ' and see actions.RunConnectionAdd()
- add to functionality to config.GetConnectionDetails()
- ensure the connection type is valid in the action register as part of adding it to func actions.RunConnectionAdd()
- add helper types and methods to file rdbms/shared/connection-details-generic.go
- enhance ConnectionDetails{}.String() since this redacts user passwords.
- DefaultConnectionVariableSuffixes{} needs a new key to support populating ConnectionDetails from environment.
- table definition handlers in table-definition/columns.go