Embedded database server or CoreData?
Embedded database server or CoreData?
- Subject: Embedded database server or CoreData?
- From: Brian Weitzner <email@hidden>
- Date: Thu, 11 Jan 2007 18:06:41 -0500
Hi all,
I have an app that basically submits queries to a MySQL
database and displays the results in an NSTableView - it works well.
However, I am using the MCPKit (or sMySQL as it used to be called),
which means the application has to be GPL; we were hoping to release
it under the BSD license. So we've identified two options: 1) if
it's going to be GPL anyway, we should imbed the MySQL server to make
life easier for the users, or 2) make it all a Core Data app and
release it under BSD.
I'd rather use Core Data if at all possible. I've never used
Core Data before and don't really know where to start. How should I
go about making my MySQL database into a Core Data entity? Is this
possible? If it is, how would you submit the SQL queries, or would I
have to translate them all into Core Data formatted queries? If it
is not possible, does anyone have any tips for embedding the MySQL
server into the app?
Thanks!
--
Brian Weitzner
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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