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
- Host: GitHub
- URL: https://github.com/jacobbrewer1/pagefilter
- Owner: Jacobbrewer1
- License: gpl-3.0
- Created: 2024-10-10T14:20:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T06:55:01.000Z (over 1 year ago)
- Last Synced: 2024-10-25T03:29:14.179Z (over 1 year ago)
- Topics: go, golang, http, pagination
- Language: Go
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).