ak-coram / cl-duckdb

Common Lisp CFFI wrapper around the DuckDB C API
https://github.com/ak-coram/cl-duckdb/blob/main/README.org
MIT License
36 stars 1 forks source link

Add support for multiple statements #59

Open ak-coram opened 8 months ago

ak-coram commented 8 months ago

This should be possible based on duckdb_extract_statements and related functions in the C API.