package
0.2.4
Repository: https://github.com/relloyd/halfpipe.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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