> for best addressing everyone's needs. But the sqlpo approach is
> exactly the kind of lite-weight, object-orient, implementation-hiding
> interface I'm looking for and has impressed me as the best available
> option of the many systems I've evaluated for my application needs.
Yes, that's it. I am new to obj-c and even with the lack of typical
documentation and tutorials, I was able to set up a working object
model within one day. Before I started to use sqlpo I already started
to write my own mini-ORM, but what a luck that I have googled
again ;-)
I have used other ORM solutions (EOF, SQLAlchemy, Hibernate, "EJB") in
other projects before and I must say that sqlpo is currently the best
solution for an ORM layer on the iPhone! I hope that it won't get
oversized, so please keep it simple stupid ;-)
Thanks to everyone!
Oliver