Haboque Ferus
Posts: 0
Joined: Thu Mar 27, 2014 6:59 am

Connect appery.io backend db to mysql db on another website.

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Connect appery.io backend db to mysql db on another website.

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.

eli
Posts: 0
Joined: Tue May 13, 2014 9:07 am

Connect appery.io backend db to mysql db on another website.

hi
can you give soem example o documentation how to do this both cases:

  • sync mysql DB with Appery.io DB (mongoDB) on your server
  • Appery.io back-end server code.
Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Connect appery.io backend db to mysql db on another website.

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/...

Sebastien Moré
Posts: 0
Joined: Tue Nov 03, 2015 6:50 pm

Connect appery.io backend db to mysql db on another website.

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Connect appery.io backend db to mysql db on another website.

Hello Sebastien,

Please use API Express for connectiong with your SQL DB:
https://devcenter.appery.io/documenta...

Return to “Issues”