Skip to content

Commit

Permalink
Merge pull request #154 from davidgasquez/add-gsheets
Browse files Browse the repository at this point in the history
add gsheets
  • Loading branch information
davidgasquez authored Nov 7, 2024
2 parents dcb0a30 + 23b6482 commit d1a99ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨
- [`scrooge`](https://github.com/pdet/Scrooge-McDuck) - A set of aggregation functions and data scanners on financial data.
- [`shellfs`](https://github.com/rustyconover/duckdb-shellfs-extension) - Allows shell commands to be used for input and output.
- [`ulid`](https://github.com/Maxxen/duckdb_ulid) - ULID data type for DuckDB. A ULID is similar to a UUID except that it also contains a timestamp component.
- [`gsheets`](https://github.com/evidence-dev/duckdb_gsheets) - Read and write Google Sheets using SQL.

### Other Extensions

Expand All @@ -228,7 +229,7 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨
- [QDuckDB](https://gitlab.com/Oslandia/qgis/qduckdb) - Plugin for reading DuckDB spatial tables in QGIS software.
- [`uc_catalog`](https://github.com/duckdb/uc_catalog) - Proof-of-concept extension combining the `delta` extension with Unity Catalog.
- [duckdb-flockmtl](https://github.com/dsg-polymtl/duckdb-flockmtl) - Integrate language model (LLM) capabilities directly into your queries and workflows.
- [https://github.com/DataZooDE/erpl-web] ERPL WEB is a DuckDB extension that connects API-based ecosystems via standard interfaces like OData, GraphQL, and REST.
- [erpl-web](https://github.com/DataZooDE/erpl-web) ERPL WEB is a DuckDB extension that connects API-based ecosystems via standard interfaces like OData, GraphQL, and REST.

## Media

Expand Down

0 comments on commit d1a99ab

Please sign in to comment.