Popularity
9.0
Stable
Activity
0.0
Stable
549
13
61

Monthly Downloads: 230,419
Programming language: Elixir
License: MIT License
Latest version: v2.7.2

scrivener alternatives and similar packages

Based on the "Framework Components" category.
Alternatively, view scrivener alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of scrivener or a related project?

Add another 'Framework Components' Package

README

Scrivener

Build
Status

Note: You're probably looking for Scrivener.Ecto. Have a look there first.

Scrivener is a pagination library for the Elixir ecosystem. You most likely won't use Scrivener directly, instead using a library that implements Scrivener's Paginater protocol for the type of data you're trying to paginate.

The primary use for Scrivener is the pagination of Ecto queries. For more information, see Scrivener.Ecto.

Low Maintenance Warning

This library is in low maintenance mode, which means the author is currently only responding to pull requests and breaking issues.

Related Libraries

Installation

Add scrivener to your mix.exs applications and dependencies.

def application do
  [applications: [:scrivener]]
end
[{:scrivener, "~> 2.0"}]

Contributing

You can run the tests with the following command:

mix test