We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d78146 commit 6dad316Copy full SHA for 6dad316
README.md
@@ -198,6 +198,7 @@ The classes provide some common use methods:
198
* `save_many`: Persist multiple models in a single transaction
199
* `delete`: Delete a model
200
* `find`: Search for a list of models (basically an adapter for SELECT queries)
201
+* `paginated_find`: Search for a list of models, with pagination support
202
203
### Session lifecycle in repositories
204
0 commit comments