migrate

package
v0.0.0-...-05cdca5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Migrations embed.FS

Migrations - virtual file system

Functions

func Migrate

func Migrate(dsn string, path fs.FS) error

Migrate - executes the migration

Types

type AppMigratorFunc

type AppMigratorFunc func(dsn string, path fs.FS) error

AppMigratorFunc - migrator adapter

func (AppMigratorFunc) Migrate

func (f AppMigratorFunc) Migrate(dsn string, path fs.FS) error

Migrate - executes the migration

type IAppMigrator

type IAppMigrator interface {
	Migrate(dsn string, path fs.FS) error
}

IAppMigrator - migrator interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL