limbo/sqlite3
Pekka Enberg e93ac38e55 Add statement interruption support
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.
2024-12-19 12:30:32 +02:00
..
examples sqlite3: Fix example program 2024-05-08 07:19:57 -03:00
include Commit updated Cargo.lock and sqlite3.h 2024-08-15 19:42:10 +03:00
src Add statement interruption support 2024-12-19 12:30:32 +02:00
tests feat: add round scalar function 2024-07-21 10:29:30 +02:00
Cargo.toml Minimal cargo-c support 2024-12-14 15:19:50 +01:00
cbindgen.toml Initial pass on SQLite C ABI 2024-05-08 07:05:56 -03:00