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.
Yes this is exposed. See test/interrupt.test.js
API document doesn't have interrupt.
https://github.com/mapbox/node-sqlite3/wiki/API
Please add interrupt entry 馃檹
+1
Most helpful comment
API document doesn't have
interrupt.https://github.com/mapbox/node-sqlite3/wiki/API
Please add
interruptentry 馃檹