github.com/ahmedalkabir/finder

To add some a new functionality by progress


Install
go get github.com/ahmedalkabir/finder

Documentation

Finder - an index builder for REST APIs

built on squirrel Query Builder

  • searchable
  • filterable
  • sortable
  • paginated

CRUD - common operations

additionally there are postgres queries built to operate on one row and return it in the same query

  • show
  • store
  • update
  • destroy

Additional Feature

Changes

  • add ability to alias name of table in RelationField
  • add Common Table Expression (CTE) for customized query