This doesn't quite resemble EO, but you might take a look at QuickLite.
http://www.webbotech.com/
I'd describe it as being loosely at JDBC level - probably better than
most likely quick hacks, but a long way from Enterprise Objects. I
have used it in an app that had to run on pre-Core Data versions of
Mac OS X.
Paul
On 26 Jun 2008, at 19:39, Baiss Eric Magnusson wrote:
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...
On the iPhone we have SQLite <http://www.sqlite.org/lang.html>.
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.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]