Making SQL Queries on the DB

With Cloud Backend, there are many ways to communicate with your database 😎.

Select the method you need for data insertion  :

1 - New Query

For manual insertion, small amount of data, queries testing


On the left menu, under "Databases", click on  "New query". 



In the online raw query editor, write and execute your SQL Query.


2 - Through Cloudbackend API Visual SQL Functions
For dynamic or automated queries 


On the left menu, under "API",  click "Create a New Function", and select the type of function you need


Create a new function of type "Visual SQL"

 




 


 



Configure the parameters as you need and click on try


A dynamic row has been successfully added to the Product table without a single line of code!
 

 TipsNo code is required for all visual SQL ðŸ¥³