I noticed the site mentions that, ' We also provide a SQLite API wrapper which means that if your applications is programmed against the SQLite C API, you can re-link to DuckDB and it should continue working. See the sqlite_api_wrapper folder in our source repository for more information.'
<https://duckdb.org/docs/api/c> This sounds to noob ears like mine that it might be possible to use the existing nim sqlite libraries? I have no real exp in C and C++ so writing a wrapper seems a bit beyond me at the moment though it is something I do hope to learn about eventually.