From 23b64829430323d41e1d869285052dd34cd37036 Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Thu, 7 Nov 2024 10:07:12 +0100 Subject: [PATCH] add gsheets --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec0e30e..2cc916f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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