refactor: remove unused AutoMigrate, SQLOFunc, JSONB.ToMap
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user