duckdb-rs
duckdb-rs copied to clipboard
how to cancel a query?
in sqllite, there's something called interrupt handler, any similar things in duckdb?
See the implementation of https://github.com/duckdb/duckdb-rs/pull/343
Please check out #493, which we recently shipped in duckdb-rs 1.3.2.