9 Star 106 Fork 45

Asciphx / ThinkTs

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

搜索帮助