Feat: support database charset option and more DMBS driver

This commit is contained in:
HFO4
2021-07-11 14:46:01 +08:00
parent c0158ea224
commit 622b928a90
3 changed files with 12 additions and 10 deletions

View File

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