Expand description
Paginate queries.
Structs§
- Paginated
Query - An executable paginated query.
Constants§
- DEFAULT_
PER_ PAGE - The default number of rows returned from a paginated query.
- MIN_
PAGE - The minimum value for page number in a paginated query. Pages start at 1. Using a lower value would lead to nonsensical queries.
- MIN_
PER_ PAGE - The minimum number of rows returned from a paginated query.
Traits§
- Paginate
- A trait intended for enabling pagination in diesel’s query builder.