Converts a database model designed in Vertabelo (http://vertabelo.com) to SQLAlchemy (http://www.sqlalchemy.org/) mapping classes.
-
Just clone this repo:
git clone https://github.com/Vertabelo/vertabelo-sqlalchemy.git
- Sign in to Vertabelo and design a model.
- Download model as an XML file.
- Run vertabelo-sqlalchemy script
./vertabelo-sqlalchemy -i my_model.xml -o my_model.py
- Voila!
TBD