DB/duckdb
duckdb extensions
newlibra
2025. 4. 10. 21:28
first , download the extensions from s3
example
http://extensions.duckdb.org/v1.2.2/windows_amd64/ui.duckdb_extension.gz
install the extension.
D> INSTALL 'path/to/httpfs.duckdb_extension';
load
D>LOAD 'path/to/httpfs.duckdb_extension';
Currenly the ui extension is not working perfectly, it is not really support offline installation.