From fff82abda032669876fd070554633862eed379fc Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Fri, 13 Sep 2024 14:42:16 +0200 Subject: [PATCH] Add inet extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f98523f..5e4b0da 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Official DuckDB extensions, which can installed via `INSTALL ⟨extension_name - [`delta`](https://github.com/duckdb/duckdb_delta) - For Delta Lake support. - [`fts`](https://duckdb.org/docs/extensions/full_text_search) - To support full text search. - [`iceberg`](https://github.com/duckdb/duckdb_iceberg) - For reading Iceberg tables. +- [`inet`](https://github.com/duckdb/duckdb_inet) - For storing and handling IPv4 and IPv6 Internet addresses. - [`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. - [`spatial`](https://duckdb.org/docs/extensions/spatial) - Enables geospatial processing.