package
Version:
v0.328.0
Opens a new window with list of versions in this module.
Published: Aug 11, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package migrate supports a dbmate-compatible superset of migration files.
The superset is that in addition to a migration being a .sql file, it can
also be a Go function which is called to execute the migration.
Migrate applies all migrations in the provided fs.FS and migrationFuncs to the provided database.
Migration functions must be named in the form "MigrationYYYYMMDDHHMMSS<detail>".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.