You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add rtd config
* chore: move to the postgrest namespace
* chore: move constants to its own file
* chore: pass headers/params down builders
We were earlier modifying session.headers/session.params for every
query. Instead of this we follow what postgrest-js does and add
headers and params as arguments to the query builders, and pass them
down the chain of builders, and finally pass it to the execute method.
* docs: add examples
* fix: order of filters in examples
* docs: add example for closing the client
0 commit comments