Documentation
¶
Index ¶
- func NewClickhouseDbqConnector(cnn driver.Conn, logger *slog.Logger) dbqcore.DbqConnector
- func NewMysqlDbqConnector(db *sql.DB, logger *slog.Logger) dbqcore.DbqConnector
- func NewPostgresqlDbqConnector(db *sql.DB, logger *slog.Logger) dbqcore.DbqConnector
- type ClickhouseDbqConnector
- type MysqlDbqConnector
- type PostgresqlDbqConnector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMysqlDbqConnector ¶ added in v0.3.0
func NewPostgresqlDbqConnector ¶ added in v0.2.0
Types ¶
type ClickhouseDbqConnector ¶
type ClickhouseDbqConnector struct {
// contains filtered or unexported fields
}
func (*ClickhouseDbqConnector) ImportDatasets ¶
type MysqlDbqConnector ¶ added in v0.3.0
type MysqlDbqConnector struct {
// contains filtered or unexported fields
}
func (*MysqlDbqConnector) ImportDatasets ¶ added in v0.3.0
type PostgresqlDbqConnector ¶ added in v0.2.0
type PostgresqlDbqConnector struct {
// contains filtered or unexported fields
}
func (*PostgresqlDbqConnector) ImportDatasets ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.