---
title: Generate SQL from models
group: editor-extensions
---

## 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](/docs-images/editor-extensions-2-generator.png)

A modal window will appear:
![Editor extensions](/docs-images/editor-extensions-2-generator-2.png)

- 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](/docs-images/editor-extensions-2-generator-3.png)

## Next steps 

- [Data manager overview](/docs/data-manager-overview)
- [Collaboration overview](/docs/collaboration-overview)