Versions in this module Expand all Collapse all v0 v0.1.2 Nov 26, 2024 v0.1.1 Nov 20, 2024 Changes in this version + type GolangMigrator struct + FS fs.FS + MigrationsDir string + func New(migrationsDir string, opts ...Option) *GolangMigrator + func (gm *GolangMigrator) Hash() (string, error) + func (gm *GolangMigrator) Migrate(_ context.Context, _ *sql.DB, templateConfig sqlitestdb.Config) error + type Option func(*GolangMigrator) + func WithFS(dir fs.FS) Option