Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 535 Bytes

Ouroboros


Cursor based pagination for Ecto. Thanks to duffelhq for the paginator library, from which this library grew.


Installation

def deps do
  [
    {:ouroboros, "~> 0.1.0"}
  ]
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request