mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +01:00
This adds an interrupt() method to Statement that allows apps to interrupt a running statement. Please note that this is different from `sqlite3_interrupt()` which interrupts all ongoing operations in a database. Although we want to support that too, per statement interrupt is much more useful to apps.
Limbo Wasm bindings
This source tree contains Limbo Wasm bindings.
Building
./scripts/build