On 23 Sep 2010, at 03:51, Tito Ciuro wrote: > > Today, Webbo is pleased to announce the release of NanoStore: > > http://sourceforge.net/projects/nanostore/ > > NanoStore is a Cocoa wrapper for SQLite, a C library that implements an > embeddable SQL database engine. > > With NanoStore, you store data using a dictionary of any depth. The developer > can decide what to store on the fly, unlike other systems that require the > developer to design a schema. With NanoStore just build your dictionary and > store it. That's all there is to it! Every data element in the dictionary is > indexed (except BLOBs) so there's no need to keep a list of indexed > separately. You can disable indexing, import your data in batch mode, save it > and then reindex at once, which is quite efficient. For even better > performance, all I/O can be performed in memory and save the new database to > disk at once, which is even faster. And if you feel adventurous, you can even > do that in Fast mode and save extra SQLite processing.
Sounds like fun! Can you explain some of the differences between using this or using CoreData to achieve a similar thing? Thanks Bob _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
