Search Results

3
votes
6answers
1k views

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

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 …
0
votes

Ruby on iPhone

rhomobile is an option to run ruby code on the iPhone, but it's essentially web app development. A web server runs locally on the iPhone and your …