Page 1 of 1

External Database

Posted: Tue Aug 05, 2014 3:28 am
by dkt3wings .

Hello, I was wondering if it was possible to somehow connect the REST API to an external database on a different server other than Appery. And is it also possible to use the same functions and services within Appery with a different Database other than the defult databases Appery can host?

Thanks!


External Database

Posted: Tue Aug 05, 2014 3:43 am
by Yurii Orishchuk

Hello,

You can use external(3rd party) REST services in accordance to there API.

Currently appery.io REST API avaliable only on appery.io database.

So if you need access to your external DB you need implement/install external api for this database.

See details how to use 3rd party api here: http://devcenter.appery.io/tutorials/...

Regards.


External Database

Posted: Wed Aug 27, 2014 5:00 pm
by Bryan Morrow

Thanks, looking into this now.