package
module
Version:
v0.0.1-alpha.3
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type DatabaseConfig struct {
DriverClass string `yaml:"driverClass"`
ConnectionString string `yaml:"connectionString"`
}
type MigrationConfig struct {
SchemaPath string `yaml:"schemaPath"`
DataPath string `yaml:"dataPath"`
MetadataPath string `yaml:"metadataPath"`
MetadataQueries MigrationMetadataQueries `yaml:"metadataQueries"`
Force bool `yaml:"force"`
CheckIntegrity bool `yaml:"checkIntegrity"`
}
type MigrationMetadataQueries struct {
InsertMetadataQuery string `yaml:"insertMetadataQuery"`
SelectMigrationVersionsQuery string `yaml:"selectMigrationVersionsQuery"`
SelectMigrationChecksumsQuery string `yaml:"selectMigrationChecksumsQuery"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.