Editor Extensions » Generate SQL from models

Generate SQL

The "SQL Generator" extension allows you to generate SQL based on your model. In the extensions panel, click on the "SQL Generator" extension: Editor extensions

A modal window will appear: Editor extensions

  • Select the database type you would like to generate the SQL for, currently MySQL and Postgres are supported.
  • Select the entities you would like to generate the SQL for.
  • Finally select the actions you need. (Select, Insert, Update, Delete, Create).

Editor extensions

Next steps