Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnowflakeClient ¶
type SnowflakeClient struct {
// contains filtered or unexported fields
}
func NewSnowflake ¶
func NewSnowflake() *SnowflakeClient
func (*SnowflakeClient) Connect ¶
func (sc *SnowflakeClient) Connect(sfc SnowflakeCredentials) error
type SnowflakeCredentials ¶
type SnowflakeCredentials struct {
AccountId string `json:"account_id"`
User string `json:"user"`
Password string `json:"password"`
Database string `json:"database"`
Schema string `json:"schema"`
Warehouse string `json:"warehouse"`
}
func (SnowflakeCredentials) ConnString ¶
func (sfc SnowflakeCredentials) ConnString() (string, error)
Click to show internal directories.
Click to hide internal directories.