Skip to content

Better support for DuckDB extensions #1070

@Fil

Description

@Fil

It would be great to be able to install/load DuckDB extensions as simply as:

---
sql:
  install: [json, fts, icu, spatial, vss]
  tables:
    taxis: nyc-taxis.parquet
---

(This means we'll need to extend the shape of the sql front matter option, see #1054)

related: #1007; #1508

Ref.: documentation for loading extensions in duckdb-wasm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions