feat: support connect to mysql with unix socket (#1571)

This commit is contained in:
5aaee9
2022-12-19 19:23:47 +08:00
committed by GitHub
parent 42a31f2fd1
commit 8dafb4f40a
3 changed files with 18 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ type database struct {
DBFile string
Port int
Charset string
UnixSocket bool
}
// system 系统通用配置