增加对sqlite数据库的支持 默认模式为mysql数据库

This commit is contained in:
QM303176530
2020-04-12 13:44:11 +08:00
parent c6a8a47932
commit dfa4ef100a
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ go run main.go;
- Frontend: using `Element-UI` based on vueto code the page.
- Backend: using `Gin` to quickly build basic RESTful API. `Gin` is a web framework written in Go (Golang).
- DB: `MySql`(5.6.44)using `gorm` to implement data manipulation.
- DB: `MySql`(5.6.44)using `gorm` to implement data manipulation, added support for SQLite databases.
- Cache: using `Redis` to implement the recording of the JWT token of the currently active user and implement the multi-login restriction.
- API: using Swagger to auto generate APIs docs。
- Config: using `fsnotify` and `viper` to implement `yaml` config file。