The database uses an ER diagram to show the existing migration files of the project and the migration files needed for new features.
<aside> đź’ˇ
This feature is available for personal plan and enterprise plan users.
</aside>
Jitera analyzed the existing repository code to generate the tables and relations for the whole project.
Access to the Database page.
Click the “+ Add table” and the “+ Add relation” buttons to modify the database design.
Click the table title, can delete or update the table title.
Click the column value, can modify the variables of column.
Click the “Arrange” button to update the presented layout of ER diagram.
You can view and edit the processing design information that serves as the foundation for actual program modules on the Business Logic page.
<aside> đź’ˇ
This feature is available for enterprise plan users.
</aside>
The list of generated API designs displays the components of a typical REST API design, including endpoints, methods, parameters, validations, and response messages. You can directly edit the API design on the screen.
<aside> đź’ˇ
This feature is available for enterprise plan users.
</aside>