Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 13, 2024 21:57
Show Gist options
  • Select an option

  • Save wilmoore/9a8fd6596c6c131b66a3455ddaee0fda to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/9a8fd6596c6c131b66a3455ddaee0fda to your computer and use it in GitHub Desktop.
Software Engineering :: Database :: SQL :: Parser :: SQLGlot

Software Engineering :: Database :: SQL :: Parser :: SQLGlot

⪼ Made with 💜 by Polyglot.

SQLGlot is a no-dependency SQL parser, transpiler, optimizer, and engine. It can be used to format SQL or translate between 21 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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment