升级 install 能力, 支持sqlite
This commit is contained in:
@ -61,13 +61,6 @@ type Driver struct {
|
||||
Timezone string `json:"timezone" yaml:"timezone"` // 时区
|
||||
}
|
||||
|
||||
const (
|
||||
// DriverTypeMysql mysql 驱动
|
||||
DriverTypeMysql = "mysql"
|
||||
// DriverTypeSqlite3 sqlite3
|
||||
DriverTypeSqlite3 = "sqlite3"
|
||||
)
|
||||
|
||||
// Connection 连接数配置
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
|
Reference in New Issue
Block a user