From 110580d6b96dd4865d7ed7238036f8973667d1c1 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 30 Oct 2024 13:58:16 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 27c1cdd..7211800 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,9 @@ # DuckDB HTTP Server Extension -This very experimental extension spawns an HTTP Server from within DuckDB serving query requests.
+This extension transforms **DuckDB** instances into tiny multi-player **HTTP OLAP API** services.
+Supports Authentication _(Basic Auth or X-Token)_ and includes the _play_ SQL user interface. + The extension goal is to replace the functionality currently offered by [quackpipe](https://github.com/metrico/quackpipe) ### Features