new_python_file
v1.0.0
Published
Use MYSQL export file to generate python ORM model file
Downloads
1
Readme
python-orm-model-file-generator
Use MYSQL export file to generate python ORM model file
Installation
npm install python-orm-model-file-generator -g
Usage
python-orm-model-file-generator path/to/table_name.xml
Support ORM type
- int
- varchar
- timestamp
- tinyint
TODO:
- Generate file in current path
- Complement other type
- Better UX