Versions in this module Expand all Collapse all v1 v1.31.1 Apr 22, 2026 v1.31.0 Apr 20, 2026 Changes in this version + type Analyzer struct + func New(db config.Database) *Analyzer + func (a *Analyzer) Analyze(ctx context.Context, n ast.Node, query string, migrations []string, ...) (*core.Analysis, error) + func (a *Analyzer) Close(_ context.Context) error + func (a *Analyzer) EnsureConn(ctx context.Context, migrations []string) error + func (a *Analyzer) GetColumnNames(ctx context.Context, query string) ([]string, error) + func (a *Analyzer) IntrospectSchema(ctx context.Context, schemas []string) (*catalog.Catalog, error)