From caa937826f4eaee114957ea2ecfbd88387f22b9e Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Sun, 12 Apr 2020 13:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9sqlite=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=9A=84=E6=94=AF=E6=8C=81=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A8=A1=E5=BC=8F=E4=B8=BAmysql=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh_CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 81e8ef5e..8f52815f 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -131,7 +131,7 @@ go run main.go; - 前端:用基于`vue`的`Element-UI`构建基础页面。 - 后端:用`Gin`快速搭建基础restful风格API,`Gin`是一个go语言编写的Web框架。 -- 数据库:采用`MySql`(5.6.44)版本,使用`gorm`实现对数据库的基本操作。 +- 数据库:采用`MySql`(5.6.44)版本,使用`gorm`实现对数据库的基本操作,已添加对sqlite数据库的支持。 - 缓存:使用`Redis`实现记录当前活跃用户的`jwt`令牌并实现多点登录限制。 - API文档:使用`Swagger`构建自动化文档。 - 配置文件:使用`fsnotify`和`viper`实现`yaml`格式的配置文件。 diff --git a/README.md b/README.md index a97469af..3021d374 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ go run main.go; - Frontend: using `Element-UI` based on vue,to 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。