Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMySQL ¶ added in v0.2.0
NewMySQL creates a new MySQL driver. The DSN is documented here: https://github.com/go-sql-driver/mysql#dsn-data-source-name
func NewPhoenix ¶
NewPhoenix creates a new Apache Phoenix driver. The DSN is documented here: https://github.com/Boostport/avatica#dsn-data-source-name
func NewPostgres ¶ added in v0.2.0
NewPostgres creates a new Postgres driver. The DSN is documented here: https://godoc.org/github.com/lib/pq#hdr-Connection_String_Parameters
Types ¶
type MySQL ¶ added in v0.2.0
type MySQL struct {
// contains filtered or unexported fields
}
type Phoenix ¶
type Phoenix struct {
// contains filtered or unexported fields
}
type Postgres ¶ added in v0.2.0
type Postgres struct {
// contains filtered or unexported fields
}
type SQLite ¶ added in v0.2.0
type SQLite struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.