Database builder

Database builder is a tool that helps users to create databases easily, no programming or SQL knowledge is required.

A database is a structured system for organizing, storing, and retrieving data. Database builder helps users create the structure of their database by allowing them to add tables, fields, and data constraints.

With the database builder, users can build complex database for various purposes, such as customer management, project management, and much more.

Entities

Entity is represented by a table in the database, where each row of the table represents an instance of the entity. Each column in the table represents an attribute of the entity. Entity attributes are specific information about that entity, such as the name, address, phone number, or price of a product.

An entity can have relationships with one or more other entities, forming a relational model between entities.

Apros allows you to create entities easily without requiring any writing code

Each Entity is created and after configuring permissions will appear in the contents section of the menu bar.

You can access the entity's link to perform management of them, such as adding data, etc.

  • Add new

  • Edit current data

  • Delete data

  • Copy data

  • View data

  • Export CSV

Groups

This functionality allows you to create and manage groups of entities. these groups will be displayed in the contents section of the menu bar

Tables

Tables is a tool that helps users create and manage data tables, each of which represents a certain type of data. With Tables, users can create their data tables by selecting data types such as numbers, text, editor, color, image, reference, multi reference, date, email address and many other data types. .

Last updated