Skip to content

Commit

Permalink
Add inet extension
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 13, 2024
1 parent 2506fd2 commit fff82ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fff82ab

Please sign in to comment.