Android OS and postgreSQL

前端 未结 3 1284
眼角桃花
眼角桃花 2021-01-12 06:09

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 t

3条回答
  •  伪装坚强ぢ
    2021-01-12 06:43

    I'd go with a lightweight REST interface that would talk to PostgreSQL in the backend. Have a look at Simple.

提交回复
热议问题