Versions in this module Expand all Collapse all v1 v1.1.0 Nov 3, 2023 Changes in this version + func GeneratePlan(ctx context.Context, direction models.Direction, limit int, auto bool, ...) (*models.Plan, error) + func Plan(ctx context.Context, plan *models.Plan, params ConnectionParameters, ...) error + type ConnectionParameters struct + DSN string + DriverName string + SourcePath string v1.0.4 Aug 19, 2022 Changes in this version + func Down(ctx context.Context, limit int, dsn, driverName, path string, ...) (int, error) + func Migrate(ctx context.Context, dsn, driverName, path string, ...) error + func Up(ctx context.Context, limit int, dsn, driverName, path string, ...) (int, error)