1 Star 1 Fork 45

gonson / ThinkTs

forked from Asciphx / ThinkTs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ormconfig.js 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2020-10-29 05:42 . update 1.9.7
module.exports = {
type: "mysql",
host: "127.0.0.1",
port: 3306,
username: "root",
password: "",
database: "spring",
synchronize: true,
entities: [`${process.env.NODE_ENV==='production'?'dist':'ts'}/entity/*{.ts,.js}`],
cache: {
type: "database",duration: 2000
},
extra: {
max: 9,
connectionTimeoutMillis: 2000
}
// logging: [ "query", "error" ]
};
TypeScript
1
https://gitee.com/leionson/ThinkTs.git
git@gitee.com:leionson/ThinkTs.git
leionson
ThinkTs
ThinkTs
master

搜索帮助