Re: Libpq on iPad?

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Libpq on iPad?
Date: 2010-08-02 05:51:03
Message-ID: 4C565CC7.7000101@compulab.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Wultsch 2010-08-02 06:56:54 Re: Which CMS/Ecommerce/Shopping cart ?
Previous Message Koichi Suzuki 2010-08-02 04:07:33 Re: [GENERAL] Pglesslog issue