From 1903af741d8fb9bfd50d95e246883003fa8be89d Mon Sep 17 00:00:00 2001 From: Simon Garner Date: Fri, 4 Nov 2022 23:52:25 +1300 Subject: [PATCH] docs: add typeorm-relations to Extensions section (#9521) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b4406b7a..65471e069 100644 --- a/README.md +++ b/README.md @@ -1298,6 +1298,8 @@ There are several extensions that simplify working with TypeORM and integrating - another ER Diagram generator - [erdia](https://www.npmjs.com/package/erdia/) - Create, drop & seed database - [typeorm-extension](https://github.com/tada5hi/typeorm-extension) - Automatically update `data-source.ts` after generating migrations/entities - [typeorm-codebase-sync](https://www.npmjs.com/package/typeorm-codebase-sync) +- Easy manipulation of `relations` objects - [typeorm-relations](https://npmjs.com/package/typeorm-relations) +- Automatically generate `relations` based on a GraphQL query - [typeorm-relations-graphql](https://npmjs.com/package/typeorm-relations-graphql) ## Contributing