Re: Libpq on iPad? - Mailing list pgsql-general

From Sim Zacks
Subject Re: Libpq on iPad?
Date
Msg-id 4C565CC7.7000101@compulab.co.il
Whole thread Raw
In response to Re: Libpq on iPad?  (ABPNI <jonnyt@abpni.co.uk>)
List pgsql-general
> I would have thought that only backend apps would talk to pgsql?
>
> Maybe there is a case to allow an ipad app to talk directly to a pgsql
> database? Admin work?
>
Postgresql is the backend. An iPad app that uses the database, needs libpq.
If you wanted to scratch the left side of your head with your right
hand, you could build a server script that a web app could talk to using
the http protocol to speak with apache, maybe even with javascript using
ajax on the client.
If you had a web server for your app and didn't want to change it, then
you wouldn't need an iPad app at all, just browser access.

Using a direct client-server model using libpq would be far more efficient

pgsql-general by date:

Previous
From: Koichi Suzuki
Date:
Subject: Re: Pglesslog issue
Next
From: John Krasnay
Date:
Subject: Re: Disk full and WALs