Skip to content

Commit 1903af7

Browse files
authored
docs: add typeorm-relations to Extensions section (typeorm#9521)
1 parent cdabaa3 commit 1903af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,8 @@ There are several extensions that simplify working with TypeORM and integrating
12981298
- another ER Diagram generator - [erdia](https://www.npmjs.com/package/erdia/)
12991299
- Create, drop & seed database - [typeorm-extension](https://github.com/tada5hi/typeorm-extension)
13001300
- Automatically update `data-source.ts` after generating migrations/entities - [typeorm-codebase-sync](https://www.npmjs.com/package/typeorm-codebase-sync)
1301+
- Easy manipulation of `relations` objects - [typeorm-relations](https://npmjs.com/package/typeorm-relations)
1302+
- Automatically generate `relations` based on a GraphQL query - [typeorm-relations-graphql](https://npmjs.com/package/typeorm-relations-graphql)
13011303

13021304
## Contributing
13031305

0 commit comments

Comments
 (0)