SQLInterpreter help you interpreting the .sql file to sample code or markdown doc.
Output support list:
- Python Entity Code
- Markdown Schema Doc
- Word Schema Doc
- HTML Schema Doc
Input support list:
- .sql File
- Sql Connection
Database type support list:
- MySQL
- MS SQL SERVER
How to use:
python interpreter.py -f sample.sql
python interpreter.py -c user:pwd@host/sample_db
-t table_name
Type python interpreter.py -h
for more params detail info
sample screenshot: