Versions in this module Expand all Collapse all v0 v0.1.0 May 27, 2026 v0.0.1 May 27, 2026 Changes in this version + type Collected struct + Rows map[string][]Row + func Walk(ctx context.Context, db *sql.DB, d dialect.Dialect, schema introspect.Schema, ...) (*Collected, error) + type Direction int + const Backward + const Forward + type Row = map[string]any + func SortByPK(rows []Row, table introspect.Table) ([]Row, error)