Is there any API for interrupting/cancelling a long-running query? This seems to be [supported by the SQLite C interface](https://www.sqlite.org/c3ref/interrupt.html), but I didn't see if this was exposed to Node.js scripts.
Is there any API for interrupting/cancelling a long-running query?
This seems to be supported by the SQLite C interface, but I didn't see if this was exposed to Node.js scripts.