Skip to content

Commit

Permalink
add httpserver
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez authored Nov 7, 2024
1 parent d1a99ab commit 37669a3
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 @@ -212,6 +212,7 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨
- [`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.
- [`httpserver`](https://github.com/quackscience/duckdb-extension-httpserver) - DuckDB HTTP API Server and Query Interface.

### Other Extensions

Expand Down

0 comments on commit 37669a3

Please sign in to comment.