From 039c84b803ab8cc2705435763255ceb8ff05d6e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 30 Nov 2024 09:52:04 +0100 Subject: Merging upstream version 25.32.1. Signed-off-by: Daniel Baumann --- docs/sqlglot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sqlglot.html') diff --git a/docs/sqlglot.html b/docs/sqlglot.html index bafcd48..36bdd6c 100644 --- a/docs/sqlglot.html +++ b/docs/sqlglot.html @@ -97,7 +97,7 @@

SQLGlot logo

-

SQLGlot is a no-dependency SQL parser, transpiler, optimizer, and engine. It can be used to format SQL or translate between 23 different dialects like DuckDB, Presto / Trino, Spark / Databricks, Snowflake, and BigQuery. It aims to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects.

+

SQLGlot is a no-dependency SQL parser, transpiler, optimizer, and engine. It can be used to format SQL or translate between 24 different dialects like DuckDB, Presto / Trino, Spark / Databricks, Snowflake, and BigQuery. It aims to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects.

It is a very comprehensive generic SQL parser with a robust test suite. It is also quite performant, while being written purely in Python.

-- cgit v1.2.3