Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Latest commit

 

History

History

To add new connection types:

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