package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Apr 2, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SchemaVersion is the schema version this binary expects.
Increment this and add a new Migration entry each time the schema changes.
Check returns an error if the database schema is behind the expected version.
Run applies any pending migrations. If verbose is true, prints progress and
"Already up to date." when no migrations are needed.
type Migration struct {
Version int
SQL string
}
Migration represents a single schema change.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.