package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Jun 12, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Run - runs all migrations
ToSQLSchema migrates the data from key-value
db to sql db.
type KVRecord struct {
Key string `gorm:"column:key;primaryKey"`
Value string `gorm:"column:value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.