Need suggestion for data storage solution for AB-like app
Need suggestion for data storage solution for AB-like app
- Subject: Need suggestion for data storage solution for AB-like app
- From: Eric Lin <email@hidden>
- Date: Sun, 13 Nov 2005 21:54:27 -0800
I'm creating a personal accounts management software that's modeled
closely after Apple's Address Book. In particular, for the model
layer, I plan to have classes and methods akin to AB's ABAddressBook,
ABPerson, setValue:forProperty, ABMultiValue... you know, the whole
shebang just ripped right off of AB.
Okay, so now my problem is, what would be a good storage solution for
this type of thing? The primary requirement is that it has good
support for searching (by multiple fields), and it shouldn't take to
long to save a record after it's been updated (not after the entire
application finishes!). Furthermore, I need to have encryption,
either as a built in option or something I can bolt onto it.
CoreData, SQL Lite, XML... do any of these fit the bill?
Thanks,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden