PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

refactor: move checkIsFatal logic to usePool #3524

Closed steve-chavez closed 1 month ago

steve-chavez commented 1 month ago

Towards solving https://github.com/PostgREST/postgrest/issues/3523

The fatal logic is now inside usePool. It centralizes the logic which is better for Locality of Behavior.

Removes: