File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ The content of the sql file are the data tables required by the framework. Suppo
10
10
- [ mysql] ( https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.sql )
11
11
- [ sqlite] ( https://raw.githubusercontent.com/GoAdminGroup/go-admin/master/data/admin.db )
12
12
- [ 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 )
13
14
14
15
## Install command line tools
15
16
Original file line number Diff line number Diff line change 7
7
8
8
以下sql文件内容为框架所需数据表,假设你的业务数据库为:``` database_a ``` ;那么你可以将以下框架sql文件导入到``` database_a ``` 中,也可以另外建一个数据库``` database_b ``` 再导入,可以为不同驱动的数据库,比方说你的业务数据库为``` mysql ``` ,框架数据库为``` sqlite ``` 。框架目前支持多个数据库连接操作。关于如何配置,后面会详细介绍。
9
9
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 )
13
14
14
15
#### 安装命令行工具
15
16
You can’t perform that action at this time.
0 commit comments