Documentation
¶
Index ¶
Constants ¶
View Source
const (
DatabaseType = "snowflake"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Account string `json:"account"`
Warehouse string `json:"warehouse"`
DBName string `json:"dbname"`
User string `json:"user"`
Password string `json:"password"`
Schema string `json:"schema"`
Role string `json:"role"`
KeepSessionAlive bool `json:"keepSessionAlive"`
UseLegacyMappings bool `json:"useLegacyMappings"`
}
func (Config) ConnectionString ¶
Click to show internal directories.
Click to hide internal directories.