From e1463b3750f283f178d7d6369797af9fa394769a Mon Sep 17 00:00:00 2001 From: Gina Reynolds Date: Mon, 29 Jun 2026 10:43:56 -0600 Subject: [PATCH] Clarify project status in README Reword project status to reflect alpha release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c7c58f4..cf6c9b43d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ggsql is built for immediate familiarity and alignment with the SQL language. It The syntax has been designed to be easy to learn, read, and write. This also means that it is a great fit for AI agents to produce as the output query is immediately easy to understand and validate by the user so that you can have certainty in its validity. ## Project status -We are approaching an alpha release with the main architectural parts finished. Future development will focus on adding new readers (database support) and writers (output types) to compliment the DuckDB/SQLite + Vegalite setup we have focused on during early development. +Our current release is in alpha with the main architectural parts finished, but is still subject to change. Future development will focus on adding new readers (database support) and writers (output types) to compliment the DuckDB/SQLite + Vegalite setup we have focused on during early development. ## Installation Please follow the instructions on [the website](https://ggsql.org/get_started/installation.html) for up to date information on how to install ggsql.