From 150b3186a2b6e96897b756dd94285e7fd47c5aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20ten=20Wolde?= Date: Mon, 19 Feb 2024 14:03:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5377a674..15a3e549 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DuckPGQ -A DuckDB extension for graph workloads that supports the SQL/PGQ standard. +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).