Automatic code generation into SQL code
MetaEdit+ offers automatic code generation to SQL code: 'Create table' commands can be generated from ER diagrams. The generation uses the following rules:
- Table creation statement for each entity and relationship
- Attribute definitions include name and data type
- Attribute constraints included (e.g. not null, primary key, unique)



