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 58e8325 commit d22b8e3Copy full SHA for d22b8e3
README.md
@@ -25,10 +25,13 @@ Pagination and filtering helper method for TypeORM repositories or query builder
25
npm install nestjs-paginate
26
```
27
28
-| ⚠️ **TypeORM appears unmaintained.** |
29
-|-------------------------------------------------------------|
+| ⚠️ **TypeORM appears unmaintained.** |
+|------------------------------------------------------------|
30
| Please `npm i typeorm@npm:@helveg/typeorm@^0.3.21` instead. |
31
32
+The fork contains several fixes used in this package. In some rare edge
33
+cases this package might not work without it.
34
+
35
## Usage
36
37
### Example
0 commit comments