diff --git a/README.md b/README.md index 2faec5697..095a4577a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A TypeScript parser for ClickHouse SQL. Parses ClickHouse SQL into a typed AST, with support for formatting back to SQL. +Explore the parser output in the [playground](https://clickhouse.github.io/clickhouse-js-parser/). + **Note:** This is alpha-level Claudeware. The API and AST formats are subject to change. ## Installation