Translate SQL between 30+ dialects 🚀 - try it here: 👉 sqlingual.streamlit.app
- Migrating from one database to the next, eg. from Databricks to Exasol
- Comparing different SQL dialects syntactically side-by-side
- Transpile across 30+ SQL dialects with sqlglot
- Interactive SQL editor powered by streamlit-ace
- Live syntax validation with immediate error feedback
git clone https://github.com/marconae/sqlingual.git
cd sqlingual
pip install -r requirements.txt
streamlit run app.py- Streamlit – web app framework
- sqlglot – SQL parser, transpiler & optimizer
- streamlit-ace – ACE editor component
- Python 3.10+