We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89bddb commit cd7f4ddCopy full SHA for cd7f4dd
README.md
@@ -24,10 +24,13 @@ Pagination and filtering helper method for TypeORM repositories or query builder
24
npm install nestjs-paginate
25
```
26
27
-| ⚠️ **TypeORM appears unmaintained.** |
28
-|-------------------------------------------------------------|
+| ⚠️ **TypeORM appears unmaintained.** |
+|------------------------------------------------------------|
29
| Please `npm i typeorm@npm:@helveg/typeorm@^0.3.21` instead. |
30
31
+The fork contains several fixes used in this package. In some rare edge
32
+cases this package might not work without it.
33
+
34
## Usage
35
36
### Example
0 commit comments