3 Star 35 Fork 6

go-admin/example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
adm_config.ini 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
honkui 提交于 2020-05-19 19:05 +08:00 . docs(readme): update readme
; default database config 默认数据库配置
[database]
driver = sqlite
file = ./admin.db
database = goadmin
; Here are new tables to generate. 新的待转换的表格
tables = new_table1,new_table2
; specified connection database config 指定数据库配置
; for example, database config which connection name is mydb.
;[database.mydb]
; table model config 数据模型设置
[model]
package = main
connection = default
output = ./tables
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/go-admin/example.git
git@gitee.com:go-admin/example.git
go-admin
example
example
master

搜索帮助