chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] gdbm and windows


From: Martin DeMello
Subject: Re: [Chicken-users] gdbm and windows
Date: Mon, 16 Jul 2007 23:13:55 +0530

On 7/16/07, Alex Queiroz <address@hidden> wrote:
On 7/16/07, Martin DeMello <address@hidden> wrote:
> Does anyone know if chicken/gdbm works on windows? I have an app using
> GDBM that I'd like to port to windows at some point, but I don't
> actually have a windows setup to try it on right now. Should I be
> making plans to move it over to sqlite3 or something?

     I don't know about GDBM, but I can tell the sqlite3 egg is very neat.

The thing is, I don't need SQL at all, just a persistent key/value
store. GDBM does precisely what I want, with, I'm assuming, next to no
overhead (though for the volume of data I'm dealing with, that
shouldn't be an issue). Wouldn't be too hard to slap a gdbm-like
interface atop an sqlite3 store, but if gdbm works it'd be nice to
stick with it.

martin




reply via email to

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