Objective C and Databases
I come from a primarily Java background and am tackling a new Mac OS X carbon application.
One thing I'm struggling with is to find any good Open Source frameworks for connecting to a database?
Forgive me for referencing Java but in Java you would load a driver up (of your choice) and use that to perform your SQL queries using the inbuilt Java classes.
Is there such a capability in Obj C and are there any useful tutorials?
I have found a few frameworks such as Baseten but all seem relatively old ?
Thanks in advance,
James
G5, Mac OS X (10.5.5)