I'm writing a Mac database program. Is there a good open source database Framework that I could use? iODBC seems to fit the bill, but there are many stories here on Stackoverflow about it failing, and the library has not been updated since OS X 10.6. UnixODBC does not seem to have complete code to work with a mac program.
I specifically want to be able to connect to DB2, which only provides standard ODBC and JDBC drivers. (There does not seem to be a good DB2 client either.) But I also want flexibility to connect to other database systems (MySQL, etc) if needed.