Database

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>

Step-by-Step Guide

Generating Database from Imported Repository

Jitera analyzed the existing repository code to generate the tables and relations for the whole project.

Editing Database

  1. Access to the Database page.

  2. Click the “+ Add table” and the “+ Add relation” buttons to modify the database design.

    CleanShot 2024-09-09 at 17.55.20@2x.png

  3. Click the table title, can delete or update the table title.

    CleanShot 2024-09-09 at 17.59.16.gif

  4. Click the column value, can modify the variables of column.

    CleanShot 2024-09-09 at 18.01.29.gif

  5. Click the “Arrange” button to update the presented layout of ER diagram.

Business Logic

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>

CleanShot 2024-09-09 at 18.05.29@2x.png

API

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>