header.phone_number boris@borisbot.com

Nocode database constructor

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.
Sign up
What scenarios can be assembled using tables?
Me
Here is a far from complete list of table features
  • Shop with goods

    The bot searches for products in the table and displays them to the user

  • Photo reports and analytics

    The bot saves the results of surveys and tests to the table

  • Personal account

    The bot generates buttons based on data from tables

  • Data tyre

    It is possible to collect data from different systems and bring it to uniform standards

  • API mailing

    The bot finds a user in the table by webhook request and sends the content

  • Dating systems

    The bot searches for matches according to the criteria in the table

  • Mini CRM

    The bot is launched from tables when data changes and performs various tasks

  • Deferred scripts

    The bot runs different scenarios from the table according to the schedule

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.
Useful materials
Video about tables on our Youtube channel
Description of the tables section on the Wiki