jquery - How to connect phonegap app to database -


can explain how phonegap app can connected database in described manner.

i designed app using html, css , jquery mobile. problem how can access database using this? heard need use server side code access database. don't know server side code.

i understand want perfectly, have answer question - should database situated , how manage it. actually, there 2 options - manual installation , cloud service.

first option requires add server side code, because none of major sql , nosql databases expose http interface directly managing data. that's why server side layer should exist. there libraries of dbs allow expose rest interfaces work with, still need integrate them first, it's simple task.

second option use cloud solutions provide intermediate layer , expose http interfaces mobile services. (azure, amazon, everlive etc). here need learn how manage 1 before using it.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -