Documentation ¶ Index ¶ func Run(ctx context.Context, cfg Config) error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, cfg Config) error Types ¶ type Config ¶ type Config struct { DB *sql.DB FS fs.FS Dir string // directory within FS, e.g. "migrations" Baseline []string // filenames to record-but-not-execute on existing databases } Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.