Ways to store data in cocoa
Ways to store data in cocoa
- Subject: Ways to store data in cocoa
- From: Liam Whalen <email@hidden>
- Date: Sun, 9 Sep 2007 01:23:09 -0400
I have a MySQL/PHP site that I wrote to store data about my comic
book collection. I'm thinking about implementing this same program
in Cocoa. However I would like to distribute this program as a
standalone application. I don't want someone to have to download
MySQL, run an SQL statement to generate all the correct tables and
then create a data source to connect to the database. I'm not sure
how ODBC works on OS X. I'm not concerned about that though as I
want to implement this program without a database.
So I'm thinking of creating a data structure that will mimic the
database tables but save the data as plain text. Where should I
begin to look to find out about storing data with Cocoa?
Thanks for any input you may give,
Liam
_______________________________________________
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