Retrieving data from an external database on another server
Is there a help file that explains how to load and map data from an external source file. I see a help file for retrieving from a static data base or RSS but not this.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Is there a help file that explains how to load and map data from an external source file. I see a help file for retrieving from a static data base or RSS but not this.
Hi John, we have an example doc which describes how to work with database in Appery.io :: http://docs.appery.io/documentation/b...
Our Backend service "Cloud database" - is a server side feature.
So basicly, your server should be configured to accept POST and GET requests over HTTP and you can implement this in Appery.io
After getting server responses you can map them using our builder.