🎨 remove ent orm & add xorm

This commit is contained in:
landaiqing
2024-11-20 18:04:54 +08:00
parent 3328647b37
commit 9b5e454eca
126 changed files with 1841 additions and 41963 deletions

View File

@@ -11,7 +11,9 @@ type Config struct {
AccessSecret string
}
Mysql struct {
DataSource string
DataSource string
MaxOpenConn int
MaxIdleConn int
}
Redis struct {
Host string