An open API service indexing awesome lists of open source software.

https://github.com/jacobbrewer1/pagefilter

A GO library that produces SQL SELECT statements from filters and parameters provided
https://github.com/jacobbrewer1/pagefilter

go golang http pagination

Last synced: 8 months ago
JSON representation

A GO library that produces SQL SELECT statements from filters and parameters provided

Awesome Lists containing this project

README

          

# PageFilter

This library contains utilities for writing a filterable, pageable and sortable list endpoint

## Notes

Documentation for the basic technique used can be found [here](https://phauer.com/2018/web-api-pagination-timestamp-id-continuation-token).