Closed
Description
Hi @phiresky , thanks for such fantastic and clever project.
Is there anyway I can abort a query request? For example while testing, I wanted to cancel a misfortunate query that would return too many rows and before requesting the whole db I wanted to abort the request.
I'm wondering if would be possible to use AbortController as way to stop the async calls.