Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultMigrationFolder ... DefaultMigrationFolder = "migrations/" // DefaultMigrationUpSuffix ... DefaultMigrationUpSuffix = ".up.sql" // DefaultMigrationDownSuffix ... DefaultMigrationDownSuffix = ".down.sql" // DefaultMigrationTable ... DefaultMigrationTable = "schema_migrations" )
Variables ¶
View Source
var ( // PathDoesNotExistErr ... PathDoesNotExistErr = errors.Errorf("path does not exist") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.