Versions in this module Expand all Collapse all v0 v0.3.0 Jul 3, 2026 v0.2.0 Jun 26, 2026 v0.1.0 Jun 24, 2026 Changes in this version + func New(params map[string]any) (source.Connector, error) + type Connector struct + func (c *Connector) Scan(ctx context.Context, req source.ScanRequest, emit func(*source.Rows) error) error + func (c *Connector) Tables() []source.TableSchema