duckdb -c "INSTALL httpfs; LOAD httpfs;"

Category: Databases & SQL

duckdb -c "INSTALL httpfs; LOAD httpfs;"

Enable HTTP and S3 file extensions

INSTALL downloads the httpfs extension and LOAD activates it; afterwards read_csv_auto and read_parquet can read https:// and s3:// URLs. Requires network access. Related: read_parquet.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.