Versions in this module Expand all Collapse all v0 v0.4.13 Nov 3, 2024 Changes in this version + type MigrationTool interface + IsMigrationNeeded func() (bool, error) + Migrate func() error + PostMigrate func() error + PreMigrate func() error