Re: Questions about Core Data and SQLite
Re: Questions about Core Data and SQLite
- Subject: Re: Questions about Core Data and SQLite
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 14 Jul 2008 09:24:13 -0400
On Mon, Jul 14, 2008 at 4:05 AM, Jeff Brown <email@hidden> wrote:
> Is there any way I can incorporate Core Data into the app so that I can do away with using MySql? i.e. log into the app on one machine (using it's SQLite database) from the same app on a different machine?
No. Please read the Core Data documentation, which explicitly states
that this scenario is not supported. As the documentation states,
"Core Data is Not a Database." (Of course, "not supported" is
different from "impossible", but both are certainly "not
recommended").
That said, if you are willing to completely re-architect your
solution, you can go the Delicious Library 2 route, which would be to
decentralize your database and sync over Bonjour or some other
channel. It depends on whether you really need ACID compliance.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden