Android操作系统和PostgreSQL操作系统、Android、PostgreSQL

2023-09-06 10:01:00 作者:耀月

我们正在开展一个Android项目,但需要连接到我们在我们的其他项目中使用PostgreSQL服务器。 在起点对此有何建议? 有什么在那里(有薪或无薪),这将使我们能够做到这一点?

We are undertaking an Android project but need to connect to postgreSQL server which we use throughout our other projects. Any suggestions on a starting point for this? Is there anything out there (paid or unpaid) that will allow us to achieve this?

我意识到这是一个pretty的一般性的问题,虽然我们有写作的桌面客户端/服务器应用程序的丰富经验,我们有一个程序设计用于移动设备的经验。

I realize that this is a pretty general question, and although we have extensive experience with writing desktop client/server apps, we have little experience with programming for mobile devices.

推荐答案

我会写一个RESTful API或WebService用作您的Andr​​oid设备的前端连接到PostgreSQL后端。

I would write a RestFUL API or WebService to be used as front end for your Android device to connect to your PostgreSQL backend.

我不认为你可以直接在Android应用程序连接到PostgreSQL数据库。

I don't think you will be able to connect directly your Android App to a PostgreSQL database.

 
精彩推荐
图片推荐