From 2f0f455f6d3a3ffa7d0e91db762b017a3f096cfa Mon Sep 17 00:00:00 2001 From: dtenwolde Date: Thu, 28 Mar 2024 13:36:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d9f663..255ef4ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Duckpgq +# DuckPGQ +A DuckDB extension for graph workloads that supports the SQL/PGQ standard. For more information, please see the [documentation page](https://duckpgq.notion.site/duckpgq/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2). ## WIP Disclaimer This repository is currently a research project and a work in progress. Feel free to play around with it and give us feedback. NOTE: Currently any query containing SQL/PGQ syntax requires a `-` at the start of the query (else you will get a segmentation fault).