Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAvailableDatabases ¶
GetAvailableDatabases reads the .local-migrate-config.yml file and returns a list of available databases that are not in the test group
func ToPascalCase ¶
ToPascalCase converts a snake_case string to PascalCase Examples:
- general -> General
- user_preferences -> UserPreferences
- games_core -> GamesCore
Types ¶
type MigrateConfig ¶
type MigrateConfig struct {
Migrations Migrations `yaml:"migrations"`
}
type Migrations ¶
Click to show internal directories.
Click to hide internal directories.