文件名称:typeorm-relations:与typeorm,postgres和express练习多对多关系
文件大小:304KB
文件格式:ZIP
更新时间:2024-05-22 03:19:45
nodejs postgres express typescript rest
TypeORM关系 了解如何在TypeORM中执行关系 :pushpin: 目录 缺少特定功能? 贡献 执照 :rocket: 特征 :shopping_bags: 商店订单,产品和客户 :notebook_with_decorative_cover: 存放学生,班级和老师 :clipboard: 数据库模型 为了理解这些关系,我创建了以下数据库模型: :orange_book: 学习资源 TypeORM中的关系 什么是多对多关系 TypeORM中的多对多实体 只需一个保存呼叫即可保存多对多关系 :construction_worker: 安装 您需要先安装Node.js和Yarn ,然后才能通过HTTPS克隆项目,请运行以下命令: git clone https://github.com/LauraBeatris/typeorm-relations.git SSH URL通过SSH(一种安全协议)提供对Git存储库的访问。 如果您使用在您的Github帐户中注册的SSH密钥,请使用以下命令克隆项目: git clone git@github.com:Laur
【文件预览】:
typeorm-relations-master
----.eslintrc.json(1KB)
----.lintstagedrc.json(62B)
----.env.example(64B)
----.github()
--------student-classes-db-model.png(55KB)
--------orders-db-model.png(68KB)
--------typeorm_relations.json(31KB)
--------logo.png(10KB)
----commitlint.config.js(67B)
----yarn.lock(280KB)
----ormconfig.json(356B)
----src()
--------shared()
--------modules()
--------__tests__()
----CONTRIBUTING.md(1KB)
----tsconfig.json(6KB)
----jest.config.js(6KB)
----README.md(5KB)
----docker-compose.yml(287B)
----.huskyrc.json(140B)
----prettier.config.js(91B)
----.editorconfig(147B)
----.gitignore(48B)
----.eslintignore(23B)
----package.json(2KB)