Is it possible to force electric-sql queries to fire using POST method instead of GET?
Hi all, thanks for these great libraries.
I noticed a few weeks ago that support became available for POST requests against electric-sql. This solves a 414 URI too long we were getting while querying with large
where
where
clauses.
Is it already possible to setup a collection to use POST instead of GET to retrieve it's shapes?
I have experimented with this by passing a custom
fetchClient
fetchClient
which converts query-string params to a POST body, but my requests seem to respawn infinitely.