Re: database example
Re: database example
- Subject: Re: database example
- From: Jeff LaMarche <email@hidden>
- Date: Thu, 8 Dec 2005 12:19:21 -0500
On Dec 8, 2005, at 9:48 AM, I. Savant wrote:
I *believe* there are Cocoa wrapper classes available for
PostgreSQL as well, but last I checked, they were GPL-licensed
(which is somewhat annoying since PostgreSQL itself is BSD-
licensed). I may have read wrong or things may have changed, so
verify for yourself.
There are at least two PostgreSQL wrappers for Cocoa.
This one:
http://sourceforge.net/projects/pgsqlcocoa/
Is feature rich, but I personally found the paradigm to be non-
intuitive. Which caused me to write my own, much simpler and less
feature rich version, but which follows a philosophy very similar to
the JDBC classes in Java:
http://www.lamarchefamily.net/nakedsoft/NKDPostgreSQLSource v0.6.dmg
(note - this hasn't been touched in quite a while and might need some
updating. At very least the project will need to be updated to XCode
2.x format)
And, of course, since Objective-C is just a superset of C, you can
always use the C API that comes with whatever database you want to use.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden