From 74da72c9d7221981baa516a80843b04990e2b9f7 Mon Sep 17 00:00:00 2001 From: "Guan-Ming (Wesley) Chiu" <105915352+guan404ming@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:40:43 +0800 Subject: [PATCH] Add news section to README Added news section with recent updates about sqlparser-ts. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b019771..5f9a1ec 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ SQL parser for JavaScript and TypeScript, powered by [datafusion-sqlparser-rs](https://github.com/apache/datafusion-sqlparser-rs) via WebAssembly. +## News + +- [2026/02] sqlparser-ts has been officially integrated into [Apache Airflow](https://github.com/apache/airflow) +- [2026/01] Officially released sqlparser-ts 🎉 + ## Features - Parse SQL into a detailed AST with full TypeScript types