Re: Saving a NSMutableArray
Re: Saving a NSMutableArray
- Subject: Re: Saving a NSMutableArray
- From: Chris Ridd <email@hidden>
- Date: Sat, 17 May 2003 07:41:33 +0100
On 17/5/03 1:43 am, Florian G. Pflug <email@hidden> wrote:
>
A Berkley DB is essentially an on-disk hash, storing arbitrary values to a
>
key, As far as I remeber, the key has to be a string, though.
The version of DB the Apple ships appears to support btree, hash and recno
databases. Keys and values can be arbitrary binary. Start with 'man dbopen'
and go from there...
How is Apple's DB related to Sleepycat's? Is it just an old version and if
so are there any licensing issues around using it?
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.