Expand description
Pagination utilities for web framework integration.
Provides the Pagination struct which implements Serialize/Deserialize
for easy extraction from query parameters in frameworks like Axum or Actix-web.
§Pagination Module
This module provides pagination functionality for Bottle ORM queries.
It handles the calculation of limits, offsets, and total page counts,
and integrates seamlessly with the QueryBuilder.
Structs§
- Paginated
- Represents a paginated result set from the database.
- Pagination
- A builder for pagination settings.