yesod-paginator alternatives and similar packages
Based on the "yesod" category.
Alternatively, view yesod-paginator alternatives based on common mentions on social networks and blogs.
-
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-datatables
Routines for implementing server-side processing for DataTables (jQuery grid) in Haskell -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of yesod-paginator or a related project?
README
yesod-paginator
Handle a database query and/or array-math to paginate a list and produce a page of items along with a pagination widget for navigating them.
Usage
See the top-level module documentation.
Examples
See the [example](./example/Main.hs). Run it with
stack build --flag yesod-paginator:examples
stack exec yesod-paginator-example
Development & Tests
stack setup
stack build --pedantic --test
[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)
*Note that all licence references and agreements mentioned in the yesod-paginator README section above
are relevant to that project's source code only.