The DuckDB_jll library is at 1.1.0:
This library seems to be the reason for a failing precompilation of DuckDB.jl on windows, as reported in this issue. The last comment in that issue suggest the following fix:
If the 1.1.1 C/C++ windows library is downloaded from the DuckDB website and an environment variable JULIA_DUCKDB_LIBRARY is set to point at duckdb.dll within it, then the latest version will successfully compile in Julia on windows.
So I was just wondering: What is the process of updating an autogenerated jll wrapper to the latest version? Because that might fix the precompilation-on-windows issue for DuckDB.