• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Questions about Core Data and SQLite
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Questions about Core Data and SQLite (From: Jeff Brown <email@hidden>)

  • Prev by Date: Re: Creating and App menu from Scratch
  • Next by Date: Re: Creating and App menu from Scratch
  • Previous by thread: Questions about Core Data and SQLite
  • Next by thread: Re: Questions about Core Data and SQLite
  • Index(es):
    • Date
    • Thread