python3-sqlglot

SQL parser, transpiler, and optimizer for Python
  https://github.com/tobymao/sqlglot
  0
  no reviews



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