Remote db manage
Hi.
Is there a way to connect to database on appery.io without curl?
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/
Hi.
Is there a way to connect to database on appery.io without curl?
And which database would that be? MySQL? On mobile apps the usage of REST API is quite common for retrieving data from a remote database
It goes like this
Using of a web services via specialized API
User verification via simple/secure login/password
UI commands converted to API requests.
Here's some stuff on PHP / MySQL REST Services
http://phprestsql.sourceforge.net/
There are providers who host application and database etc, and some of them provide with REST services that you can readily use with your mobile App.
Zimennik,
M&M is right. You can connect your app to any db if it provides rest api.
http://devcenter.appery.io/documentat...
@M&M Thank you very much for your answer.
I'll need to connect to my database on appery.io (where is storage of devices). I use C#.
You can connect your app to any db if it provides rest api as Evgene replied above, this can not be done with C#.
Zimennik,
Can you elaborate what is your database? And where does it reside?
Here's something that may be of use
http://stackoverflow.com/questions/96...
And this one: http://restsharp.org/