MRSOOL SQL Query Generator (jinja2 powered) You can use it to generate SQL queries from templates.
To install requirements run the following command:
pip install -r requirements.txt
Simply, run the file main.py
and follow the wizard!
- Fork the repository
- Create a template file in
templates
foldertemplates/new_query.sql
- Create a wizard file in
wizards
folderwizards/new_query.py
- Create a pull request to the repository.