Added MySQL
This commit is contained in:
parent
e911e1cf45
commit
b4c643c39b
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ func GetSQLInstance() SQLService {
|
|||
{
|
||||
return GetMariaDBInstance(sqlConfig)
|
||||
}
|
||||
case "mysql":
|
||||
{
|
||||
return GetMariaDBInstance(sqlConfig)
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Reference in a new issue