docs: added @piying/orm extension to readme (#11596)

* docs: added "piying-orm" extension to readme

* docs: added "piying-orm" extension to readme
This commit is contained in:
chen 2025-08-16 17:18:29 +08:00 committed by GitHub
parent ec26eae824
commit 0b767e833d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,6 +195,7 @@ There are several extensions that simplify working with TypeORM and integrating
- 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)
- Generate TypeORM entities from Valibot schemas - [piying-orm](https://github.com/piying-org/piying-orm)
## Contributing