Connecting to postgres database from a phonegap app?

前端 未结 3 1745
遥遥无期
遥遥无期 2021-01-19 09:11

I\'m trying to build a phonegap app for ios and android. It\'s been going well so far but now I hit a major obstacle and I need some help.

I need to connect to a rem

3条回答
  •  别那么骄傲
    2021-01-19 09:24

    You would need to create an API for your data. Then access that API using promises from your js app.

提交回复
热议问题