duckdb-windows-extensions
June 19, 2023 ยท View on GitHub
DuckDB extensions for Windows users working behind a corporate firewall who cannot simply INSTALL extension; within the duckdb CLI.
- Download the archive from the release section.
- Extract the files and place them in
~/.duckdb/extensions/v0.8.1/windows_amd64 - Load extensions within the
duckdbCLI, e.g.LOAD spatial;.