What are data models

Click to copy

Design your application database


Data models are descriptions of the information that you will add to your application. They can be compared to shapes or drawings: they determine how your data will look like, what other data will be associated with, how it is stored and processed.


How it works

By creating data models and setting up relationships between them, you design your application's database. After that, using other AppMaster Studio tools, you add functions to your application that allow you to populate these databases with information.

AppMaster.io uses classic relational databases fully compatible with PostgreSQL.


How to create data models

The Data Design is used to work with data models in AppMaster Studio. There, you will design your database the same way as regular programmers, only using visual programming tools.


Automatic generation of data models 

Our no-code platform can also automatically create data models. Read more by the link below.


Video