Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Cocoa/Objective-C Wrapper Library for SQLite on iPhone [closed]

I'm developing for the iPhone and am looking for a good Cocoa/Objective-C library for working with SQLite. I don't want to use the standard procedural SQLite C API. I see options at sqlite.org under the Objective-C section, but am not sure which is the best in terms of library API design, stability, and functionality. I'd like to use something that's actively being developed and hopefully will be around for a while. Anyone have suggestions based on experience using one?

Thanks

like image 792
pfeilbr Avatar asked Mar 12 '09 23:03

pfeilbr


1 Answers

I personally use FMDB, and the last update to it was yesterday.

like image 137
ccgus Avatar answered Sep 28 '22 19:09

ccgus