Why marker instead of SQL OFFSET in oslo paginate-query?
Creating a UI that supports page forward/back and seek is not very easy using the marker methodology. I am not a SQL expert by any means, but is there a reason it would be bad to use OFFSET along with LIMIT which would provide a more flexible result?