[Biococoa-dev] Re: CoreData

Charles PARNOT charles.parnot at stanford.edu
Thu Feb 17 14:21:40 EST 2005


><snip>...
>And: " A high-performance, SQLite-based database file format"
>
>As these indicate, CoreData should allow you to treat a database as an
>object store, meaning if you can write a database query that will produce a
>specific object or list of objects, you can just send that query into the
>CoreData store to get all the objects out.  This should mean that you no
>longer have to pass specific references to objects all over your
>application, and can bind to them painlessly.  The trick is that, to make
>the queries and bindings work, you have to make everything you store
>key/value coding compliant.  We'd need to do a lot of work to get there.

Thanks for the explanation. I have a much much better sense of what it is. Going KVC looks like a reasonable first step. Let's do that!

charles

-- 
Help science go fast forward:
http://cmgm.stanford.edu/~cparnot/xgrid-stanford/

Charles Parnot
charles.parnot at stanford.edu

Room  B157 in Beckman Center
279, Campus Drive
Stanford University
Stanford, CA 94305 (USA)

Tel +1 650 725 7754
Fax +1 650 725 8021



More information about the Biococoa-dev mailing list