connectors

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClickhouseDbqConnector

func NewClickhouseDbqConnector(cnn driver.Conn, logger *slog.Logger) dbqcore.DbqConnector

func NewMysqlDbqConnector added in v0.3.0

func NewMysqlDbqConnector(db *sql.DB, logger *slog.Logger) dbqcore.DbqConnector

func NewPostgresqlDbqConnector added in v0.2.0

func NewPostgresqlDbqConnector(db *sql.DB, logger *slog.Logger) dbqcore.DbqConnector

Types

type ClickhouseDbqConnector

type ClickhouseDbqConnector struct {
	// contains filtered or unexported fields
}

func (*ClickhouseDbqConnector) ImportDatasets

func (c *ClickhouseDbqConnector) ImportDatasets(ctx context.Context, filter string) ([]string, error)

func (*ClickhouseDbqConnector) Ping

type MysqlDbqConnector added in v0.3.0

type MysqlDbqConnector struct {
	// contains filtered or unexported fields
}

func (*MysqlDbqConnector) ImportDatasets added in v0.3.0

func (c *MysqlDbqConnector) ImportDatasets(ctx context.Context, filter string) ([]string, error)

func (*MysqlDbqConnector) Ping added in v0.3.0

func (c *MysqlDbqConnector) Ping(ctx context.Context) (string, error)

type PostgresqlDbqConnector added in v0.2.0

type PostgresqlDbqConnector struct {
	// contains filtered or unexported fields
}

func (*PostgresqlDbqConnector) ImportDatasets added in v0.2.0

func (c *PostgresqlDbqConnector) ImportDatasets(ctx context.Context, filter string) ([]string, error)

func (*PostgresqlDbqConnector) Ping added in v0.2.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL