Re: Accessing PostgreSQL from Cocoa apps
Re: Accessing PostgreSQL from Cocoa apps
- Subject: Re: Accessing PostgreSQL from Cocoa apps
- From: Shin Yamamoto <email@hidden>
- Date: Tue, 12 Jun 2001 07:19:24 +0900
Take a look at provided documentation. There you'll find that libpq (a
straight C API) for PostgreSQL is very well structured and encapsulated.
I wrote small Cocoa front-end apps for the DBMS using the API without
any modification. You only need handful of function calls (including
non-blocking query execution) to communicate with the postgres server.
On Mon, Jun 11, 2001 at 02:19:03PM +0100, Ken Tabb wrote:
>
Hi,
>
does anyone know if there is an Obj-C or Java API for accessing
>
PostgreSQL-based databases from Cocoa apps? It would seem the
>
object-oriented nature of PostgreSQL lends itself to an Object-Oriented
>
Cocoa API. As Apple is now supplying PostgreSQL on MacOS X Server, would
>
anyone from Apple care to comment on whether Apple themselves will be
>
providing an API? (fingers crossed).
>
>
Thanks in advance for any info,
>
Ken