Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExtractGlobalFlags = "Error extracting global flags" ErrCheckFile = "Error checking file existence" ErrExtractConfigFromFile = "Error extracting configuration from file" ErrLoadConfigFromFile = "Error loading configuration from file" ErrMergeDBConfigFlags = "Error merging database configuration flags" ErrMergeMigrationLocations = "Error merging migration locations flag" ErrExtractDBConfigFlags = "Error extracting database configuration flags" ErrGetLatestVersion = "Error getting the latest version from files" ErrWriteMigration = "Error writing migration file" ErrReadWithDownFlag = "Error reading with-down flag" ErrConnectToDatabase = "Error connecting to the database" ErrLoadMigrations = "Error loading migrations" ErrRepairMigration = "Error repairing migration" ErrGetFailingMigrations = "Error getting failing migrations" ErrInvalidDriver = "Invalid database driver" ErrValidation = "Validation error" )
Functions ¶
func SetupCreateCommand ¶
func SetupInitCommand ¶
func SetupMigrateCommand ¶
func SetupRepairCommand ¶
func SetupRootCommand ¶
func SetupStatusCommand ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.