chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] DBI


From: John Cowan
Subject: Re: [Chicken-users] DBI
Date: Wed, 27 Feb 2008 15:11:09 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

Ozzi Lee scripsit:

> Let me know what you think. If someone's already got something going I'd 
> like to pitch in as well.

I suggest that a row be an a-list, and that null columns be represented
by being non-existent in the a-list.  If you end up preferring a plain
list or a vector, then use (void) instead -- I am trying to get this
standardized as the Chicken representation of SQL's NULL.

In reality, though, I think portability between databases is more
hypothetical than real.  Projects typically start with one database and
stick to it, for moving between databases *even if a portability layer
is in use* turns out to be hard -- all sorts of stuff outside the main
code base ends up changing (path names, load scripts, whatever).

-- 
You let them out again, Old Man Willow!                 John Cowan
What you be a-thinking of?  You should not be waking!   address@hidden
Eat earth!  Dig deep!  Drink water!  Go to sleep!
Bombadil is talking.                                    http://ccil.org/~cowan




reply via email to

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