package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev
# Functions
BeginMigration checks before executing migration and inserts a migration history record with pending status.
EndMigration updates the migration history record to DONE or FAILED depending on migration is done or not.
ExecuteMigrationWithFunc executes the migration with custom migration function.
MigrateSchema migrates the schema for metadata database.