data synchronized

0
Hello, good morning, I have a question about how to manage data and interact with it (insertions, updates, data extraction) on an external database. I can't find the ways to do it. Through information and documentation found on Google, I found a way to do it through microflows, but it's not the most convenient way to implement it in my application. I wonder if there are other ways for the information in the database and the application to be constantly synchronized so that if I modify a record (of a specific user in my PostgreSQL database), it would also be automatically updated in the database without the need for microflows.
asked
2 answers
0

Hello,

 

if I understand correctly, you actually want to manage your own database. You can check step in the picture.

 

Screenshot (13).png

answered
0

Sure! This is how I make the connection with the database, but how do I interact with the database?

 

 

 

 

answered