PostgREST is focused on APIs, so it supports CSV and JSON formats. I also want to support HTML tables. We can start small, but eventually we will need buttons/links for
pagination
sorting
filters
limit
formats
All of these should be implemented with links to the appropriate URLs. So all these operations are HTTP requests handled server-side, not by client-side JavaScript.
PostgREST is focused on APIs, so it supports CSV and JSON formats. I also want to support HTML tables. We can start small, but eventually we will need buttons/links for
All of these should be implemented with links to the appropriate URLs. So all these operations are HTTP requests handled server-side, not by client-side JavaScript.