mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00: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 | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
example.py | ||
Makefile | ||
pyproject.toml | ||
requirements-dev.txt | ||
requirements.txt |