What was unclear or otherwise insufficient?
The Extensions section of the root README.md lists community packages that simplify working with TypeORM. rapiq is missing from that list.
rapiq (Rest Api Query) defines a scheme for REST request queries (fields, filters, relations, pagination, sort) and applies the parsed, schema-validated result to a TypeORM SelectQueryBuilder.
Recommended Fix
Add a single bullet to the Extensions list:
- Apply REST API query parameters (fields, filters, relations, pagination, sort) to a query builder - [rapiq](https://github.com/tada5hi/rapiq)
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.
What was unclear or otherwise insufficient?
The Extensions section of the root
README.mdlists community packages that simplify working with TypeORM. rapiq is missing from that list.rapiq (Rest Api Query) defines a scheme for REST request queries (fields, filters, relations, pagination, sort) and applies the parsed, schema-validated result to a TypeORM
SelectQueryBuilder.Recommended Fix
Add a single bullet to the Extensions list:
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.