re: Core Data Client/Server Application
re: Core Data Client/Server Application
- Subject: re: Core Data Client/Server Application
- From: Ben Trumbull <email@hidden>
- Date: Sun, 30 Mar 2008 17:09:13 -0700
Philip,
Core Data doesn't support client server applications.
Some developers have successfully used it on the client for its data
management (undo, change tracking, notifications, etc) and Cocoa
Bindings support, with an in-memory store they manage themselves. A
few developers have done more sophisticated things with a Core Data
sqlite store that is effectively a cache of a subset of the server's
database.
But there's no back end support for MySQL or Postgres besides what
you do for yourself.
--
-Ben
_______________________________________________
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