Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as not constructive by Wooble, animuson, Muhammad Reda, skjaidev, jeremyharris Feb 16 at 1:35

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.