Versions in this module Expand all Collapse all v0 v0.1.18 Jul 10, 2026 Changes in this version + func CatalogPrefixFromConfig(config pgconn.Config) string + func CleanupOldMigrationCatalogs(fsys afero.Fs, prefix string) error + func HashMigrations(fsys afero.Fs) (string, error) + func MigrationCatalogPath(hash, prefix string, createdAt time.Time) string + func ResolveMigrationCatalogPath(fsys afero.Fs, hash, prefix string) (string, bool, error) + func SanitizedCatalogPrefix(prefix string) string + func ShouldCacheMigrationsCatalog() bool + func TryCacheMigrationsCatalog(ctx context.Context, config pgconn.Config, prefix string, version string, ...) error + func WriteMigrationCatalogSnapshot(fsys afero.Fs, prefix, hash, snapshot string) (string, error)