Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 777 Bytes

README.en.md

File metadata and controls

39 lines (24 loc) · 777 Bytes

SQLInterpreter

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:

Markdown Markdown Doc

Python Entity Python Entity