You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>SQLGlot is a no-dependency SQL parser, transpiler, optimizer, and engine. It can be used to format SQL or translate between <ahref="https://github.com/tobymao/sqlglot/blob/main/sqlglot/dialects/__init__.py">24 different dialects</a> like <ahref="https://duckdb.org/">DuckDB</a>, <ahref="https://prestodb.io/">Presto</a> / <ahref="https://trino.io/">Trino</a>, <ahref="https://spark.apache.org/">Spark</a> / <ahref="https://www.databricks.com/">Databricks</a>, <ahref="https://www.snowflake.com/en/">Snowflake</a>, and <ahref="https://cloud.google.com/bigquery/">BigQuery</a>. It aims to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects.</p>
100
+
<p>SQLGlot is a no-dependency SQL parser, transpiler, optimizer, and engine. It can be used to format SQL or translate between <ahref="https://github.com/tobymao/sqlglot/blob/main/sqlglot/dialects/__init__.py">27 different dialects</a> like <ahref="https://duckdb.org/">DuckDB</a>, <ahref="https://prestodb.io/">Presto</a> / <ahref="https://trino.io/">Trino</a>, <ahref="https://spark.apache.org/">Spark</a> / <ahref="https://www.databricks.com/">Databricks</a>, <ahref="https://www.snowflake.com/en/">Snowflake</a>, and <ahref="https://cloud.google.com/bigquery/">BigQuery</a>. It aims to read a wide variety of SQL inputs and output syntactically and semantically correct SQL in the targeted dialects.</p>
101
101
102
102
<p>It is a very comprehensive generic SQL parser with a robust <ahref="https://github.com/tobymao/sqlglot/blob/main/tests/">test suite</a>. It is also quite <ahref="#benchmarks">performant</a>, while being written purely in Python.</p>
0 commit comments