Skip to content

Commit 710bef8

Browse files
author
cg33
committed
update to v1.2.13
1 parent 4e4c054 commit 710bef8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

en/install.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The content of the sql file are the data tables required by the framework. Suppo
1010
- [mysql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.sql)
1111
- [sqlite](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.db)
1212
- [postgresql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.pgsql)
13+
- [mssql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.mssql)
1314

1415
## Install command line tools
1516

zh/install.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
以下sql文件内容为框架所需数据表,假设你的业务数据库为:```database_a```;那么你可以将以下框架sql文件导入到```database_a```中,也可以另外建一个数据库```database_b```再导入,可以为不同驱动的数据库,比方说你的业务数据库为```mysql```,框架数据库为```sqlite```。框架目前支持多个数据库连接操作。关于如何配置,后面会详细介绍。
99

10-
- [mysql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.sql)
11-
- [sqlite](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.db)
12-
- [postgresql](https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.pgsql)
10+
- [sqlite](https://gitee.com/go-admin/go-admin/raw/master/data/admin.db)
11+
- [mssql](https://gitee.com/go-admin/go-admin/raw/master/data/admin.mssql)
12+
- [postgresql](https://gitee.com/go-admin/go-admin/raw/master/data/admin.pgsql)
13+
- [mysql](https://gitee.com/go-admin/go-admin/raw/master/data/admin.sql)
1314

1415
#### 安装命令行工具
1516

0 commit comments

Comments
 (0)