postgrest-js
postgrest-js copied to clipboard
feat: postgrest 13 add maxaffected in client libraries
What kind of change does this PR introduce?
- Implement the maxAffected postgrest 13 feature at the client level
- Add tests, introduce a more generic way to handle Prefer header, can be refactor at other places in other PR
- Refactor the custom made headers handling approach to the standard
HeadersAPI - Bump minimal node version to the latest LTS v18 (which as support for
Headers)