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

# 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

# Packages

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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OpenDbConnection opens a database connection using the supplied ConnectionDetails struct in c.
No description provided by the author
No description provided by the author
SnowflakeGetDSN constructs a DSN based on SnowflakeConnectionDetails.
SnowflakeParseDSN converts a Snowflake DSN into native connection details.
No description provided by the author

# Variables

No description provided by the author

# Structs

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