SQL

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.

Entity Attributes transformed to SQL database columns
Watch how Entity attributes relate to SQL database columns