I have been implementing my WebObjects based Track-Your-Finances on the iPhone, still at the early phases.
I assume I'm not violating the NDA below...
In a sample app, "they", have written an objective-c class that, well from the perspective of EO, hacks at SQLite.
Is there any intermediary objective-c library that would resemble EO's talking to SQLite?
Would Core Data be worth waiting for?
Some interesting tidbits:
I have been able to take the sql generated by EOModeler, which currently connects to Frontbase, and generate all the tables in SQLite by using <SQLiteManager>. This <database> then gets embedded in the iPhone app and becomes part of the iPhone's arena. I did do some hand editing of the sql. I'm sure I could have used Frontbase generated sql also.