Skip to content

Commit

Permalink
build(dev-tools): enable duckdb cli in the github dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 11, 2024
1 parent 0c3e73c commit 3f24b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "1.4.549"
},
"ghcr.io/eitsupi/devcontainer-features/duckdb-cli:1": {
"extensions": "httpfs,sqlite,postgres,spatial,substrait,parquet,json,arrow,mysql"
}
}
}

0 comments on commit 3f24b89

Please sign in to comment.