The designer implements its own data storage system in a tabular form similar to excel.
Why is this necessary?
Me
Often, Nocode products grow and the load on the server increases. The virtual database can be hosted on its own servers and allows you to create scalable systems.
The table allows you to save data in different formats: number, text, status, multi-status, file
Separate blocks allow you to manage data in the table automatically: search, add, delete, and light an event.
And how do I link the data to my database?
Me
Using an HTTP request and a script scheduler, you can configure synchronization of your PostgreSQL with a Nocode table at least every 5 minutes. And for safe operation, tables can be placed on the servers.