refactor: remove unused AutoMigrate, SQLOFunc, JSONB.ToMap

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-29 17:47:04 -07:00
parent f9befa1b0a
commit 984b52d198
3 changed files with 2 additions and 11 deletions
+2 -3
View File
@@ -14,9 +14,8 @@ type DBConfig struct {
Password string `validate:"required"`
URI string `validate:"hostname_port,required"`
Name string `validate:"required"`
MaxConn int `validate:"min=1,max=1000"`
AutoMigrate bool
DebugLog bool
MaxConn int `validate:"min=1,max=1000"`
DebugLog bool
}
// ConnectionString returns a connection string compatible with the given