1 Star 0 Fork 5

SitOnLotus / koa-quickstart

forked from 图雀社区 / koa-quickstart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ormconfig.json 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
mRcfps 提交于 2020-05-22 15:59 . 接入 MySQL 数据库
{
"type": "mysql",
"host": "localhost",
"port": 3306,
"username": "user",
"password": "pass",
"database": "koa",
"synchronize": true,
"entities": ["src/entity/*.ts"],
"cli": {
"entitiesDir": "src/entity"
}
}
1
https://gitee.com/SitOnLotus/koa-quickstart.git
git@gitee.com:SitOnLotus/koa-quickstart.git
SitOnLotus
koa-quickstart
koa-quickstart
master

搜索帮助