Can I link the databases in appery.io backend with my database on my website so the two would sync? I am thinking to build a web-based system and phone app that share same data like facebook.
Can I link the databases in appery.io backend with my database on my website so the two would sync? I am thinking to build a web-based system and phone app that share same data like facebook.
Hello!
The is no service to sync them, but you can create any custom app logic to sync mysql DB with Appery.io DB (mongoDB) on your server or Appery.io back-end server code.
hi
can you give soem example o documentation how to do this both cases:
Hello,
We have some tutorials about server code: http://docs.appery.io/tutorials/#Serv...
And documentation: http://docs.appery.io/documentation/b...
Unfortunately, we don't have an example of synchronization of mySQL DB with Appery.io DB. This discussion may help you: https://getsatisfaction.com/apperyio/...
Hello,
How to make update or insert SQL ? i used PUT and added new services and called this service but how to send parameters for add a new row.
Regards
Hello Sebastien,
Please use API Express for connectiong with your SQL DB:
https://devcenter.appery.io/documenta...