You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable DSN encryption, sql log toggle and auto migrate flag
- chooseDB decrypts SQL_DSN via common.DecryptDSNPassword
- InitDB / InitLogDB use common.SqlLogEnabled instead of DebugEnabled
for db.Debug()
- Register GORM crypto strategy AES plugin on main DB
- Migration gated by common.IsAutoMigrate (matching dev's startup flow)
0 commit comments