SQL generation with ModelBaker
ModelBaker creates your database tables and columns on the fly when building your project. Each entity is mapped to a database table and each entity's attribute is mapped to a database column.
ModelBaker automatically takes care of adding and updating your SQL tables, no need to worry about foreign keys or id's.





