A simple Python + Tkinter GUI tool to convert SQL queries between different dialects using sqlglot
.
You need Python installed. Run the following commands:
- Clone the repository:
git clone https://github.com/gahtan-syarif/SQL-Translator.git
cd SQL-Translator
- Install sqlglot dependency:
pip install sqlglot
- Run the script:
python SQLTranslator.py