discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS, GWorkspace.app and app wrappers


From: Enrico Sersale
Subject: Re: CVS, GWorkspace.app and app wrappers
Date: Sun, 03 Oct 2004 21:06:26 +0300

On 2004-10-03 20:00:34 +0300 Alex Perez <aperez@student.santarosa.edu> wrote:

> On Sun, 3 Oct 2004, Larry Cow wrote:
> 
>> Enrico Sersale a écrit :
>> 
>>> Regarding (1) and (2):
>>> The problem is that annotations and colors must be saved somewhere.
>>> But I've just started to think to a solution for the "Live Search > 
>>> Folders" I'm writing and the annotations could be saved in the same > 
>>> place.
>>> Perhaps I'll use libdb with a btree access method but I'm not sure. > Any 
>>> suggestion?
>> 
>> Instead of libdb, maybe we could look into SQLite. But that's almost the 
>> same idea.
> 
> Insert my vote for SQLite as well. There are some very nice cocoa wrappers 
> for the lib available at http://www.webbotech.com/ (QuickLite is a really 
> cool product)
> there's also this alternative thing but I haven't checked to see if it's at 
> all decent:
> http://download.blackholemedia.com/sqldatabase.tgz
> 
> I recommend QuickLite, in any event.

I've looked at  QuickLite and at SQLDatabase (an other cocoa wrapper) and... 
I'm already writing my own. This because these wrappers are for generic 
database access while we'll have a single kind of table. So, simplier and 
faster.

>> [snip]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]