dekimir / postgres-searchbox

Enables react-instantsearch to work directly on PostgreSQL tables
Other
14 stars 1 forks source link

Feature/pagination #4

Closed data-envoy closed 1 year ago

data-envoy commented 1 year ago

Add pagination and tests.

To help with this feature:

Use zod for input validation Add next-js example (incomplete - not styled)

Additional changes based on review of https://github.com/dekimir/postgres-searchbox/pull/3

Add prettier for auto-format. Share .vscode editor settings with container Split scripts helpers into a lib file (DRYer) Add constants file

data-envoy commented 1 year ago

I appreciate the feedback, some really useful hints and advice in there :)