Skip to content

Commit

Permalink
Merge pull request #115 from szarnyasg/extensions2
Browse files Browse the repository at this point in the history
Add some new extensions
  • Loading branch information
davidgasquez authored Jun 27, 2024
2 parents 23bf4ec + eaaec87 commit e015883
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,12 @@ You can chat with this page's content on [HuggingChat](https://hf.co/chat/assist

## Extensions

- [Official Extensions](https://duckdb.org/docs/extensions/overview.html) - Official DuckDB extensions.
- [Official Extensions](https://duckdb.org/docs/extensions/official_extensions) - Official DuckDB extensions.
- [`arrow`](https://github.com/duckdb/arrow) - A zero-copy data integration between Apache Arrow and DuckDB.
- [`aws`](https://github.com/duckdb/duckdb_aws) - For handling AWS credentials.
- [`azure`](https://github.com/duckdb/duckdb_azure) - For using the Azure Blob storage.
- [`delta`](https://github.com/duckdb/duckdb_delta) - For Delta Lake support.
- [`delta`](https://github.com/duckdb/duckdb_delta) - To support full text search.
- [`fts`](https://duckdb.org/docs/extensions/full_text_search) - For Delta Lake support.
- [`iceberg`](https://github.com/duckdb/duckdb_iceberg) - For reading Iceberg tables.
- [`mysql`](https://duckdb.org/docs/extensions/mysql) - To read from and write to MySQL databases.
- [`postgres`](https://duckdb.org/docs/extensions/postgres) - To read from and write to PostgreSQL databases.
Expand All @@ -180,6 +181,7 @@ You can chat with this page's content on [HuggingChat](https://hf.co/chat/assist
- [duckdb-extension-template-zig](https://github.com/rupurt/duckdb-extension-template-zig) - A Zig & Nix toolkit template for building extensions against multiple versions of DuckDB using Zig, C or C++.
- [DuckPGQ](https://github.com/cwida/duckpgq-extension) - DuckDB extension for graph workloads that supports the SQL/PGQ standard.
- [h3-duckdb](https://github.com/isaacbrodsky/h3-duckdb) - Adds support for the H3 discrete global grid system.
- [duckdb-shellfs-extension](https://github.com/rustyconover/duckdb-shellfs-extension) - Allows shell commands to be used for input and output.

## Media

Expand Down

0 comments on commit e015883

Please sign in to comment.