postgrest-js icon indicating copy to clipboard operation
postgrest-js copied to clipboard

feat: postgrest 13 add maxaffected in client libraries

Open avallete opened this issue 6 months ago • 0 comments

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 Headers API
  • Bump minimal node version to the latest LTS v18 (which as support for Headers)

avallete avatar May 19 '25 07:05 avallete