1 Star 0 Fork 0

Tenny/typeorm-connection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tenny 提交于 2024-01-11 00:00 +08:00 . feat: 参数默认值
{
"name": "typeorm-connection",
"version": "0.0.6",
"description": "typeorm 数据库连接管理库",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://gitee.com/towardly/typeorm-connection.git"
},
"bugs": {
"url": "https://gitee.com/towardly/typeorm-connection/issues"
},
"homepage": "https://gitee.com/towardly/typeorm-connection",
"files": [
"index.js",
"index.d.ts",
"lib"
],
"author": "DvShu <tenny.shu@foxmail.com>",
"keywords": [
"typeorm",
"connection",
"mysql",
"datasource",
"orm"
],
"license": "MIT",
"devDependencies": {
"typeorm": "^0.3.17"
},
"peerDependencies": {
"typeorm": "^0.3.17"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/towardly/typeorm-connection.git
git@gitee.com:towardly/typeorm-connection.git
towardly
typeorm-connection
typeorm-connection
master

搜索帮助