duckdb-node
duckdb-node copied to clipboard
Request to add interrupt method
Hi, there is a duckdb_interrupt method for C and Python APIs.
- https://duckdb.org/docs/api/c/api#duckdb_interrupt
- https://duckdb.org/docs/api/python/reference/#duckdb.DuckDBPyConnection.interrupt
May i know if there are any plans to add this functionality here?