If I had a database that is my own ( not the one you offer ) that i want to link to my app that I am building with you (papery.io), How can I retrieve an send data from and to it ?
If I had a database that is my own ( not the one you offer ) that i want to link to my app that I am building with you (papery.io), How can I retrieve an send data from and to it ?
There's some help on that topic, at this link: https://getsatisfaction.com/apperyio/...
Simply put you'd need to have your database on a server and be able to access it using REST API - something similar to what Appery provides. You'll then be able to place calls using urls with request parameters and a response with the requested data is returned - usually json or xml.
You can also use services like Dreamfactory, restexpress etc. I haven't really used those as on date so I cannot comment more on that