To read all comments associated with this story, please click here.
True; it will be interesting to see how well it would scale as a database beyond the scope that it was originally designed for - but like I said, it would have been better had Apple adopted something like Cloudscape, which has alot more grunt in regards to scalability and feature completeness.
The database backend is an implementation detail. The whole point about CoreData is to separate you (the developer) from the implementation; and that is done very well.
Of course, if SQLite doesn't scale high enough for your specific needs, you're basically SOL; there's no way to swap out the backend in CoreData.
But there's already a cloning effort underway (http://gscoredata.nongnu.org/, in its infant stages), so some day CoreData apps will even be portable.






Member since:
2005-11-09
the fact that SQLite is installed on the system make it super awesome to write web apps that make use of DBs.... for testing at least.