----- Original message -----
> 2011/4/1 Jim Ursetto <zbignie...@gmail.com>:
> > On Apr 1, 2011, at 7:47 AM, Thomas Chust wrote:
> > 
> > > There is at least one small point that I would want to do
> > > differently, though: In my opinion it has some value if the
> > > procedure establishing the database connection has a fixed signature
> > > and driver specific information is encoded in a single argument. I'm
> > > pondering about using an URI for that purpose.
> > 
> > Just use an alist.
> > [...]
> 
> Maybe less practical to enter on command lines, but probably more
> schemish, yes :-)

How about a convinence function to convert the URI to an alist for those who 
prefer and for command line ease?
 
(dbi:open (dbi:uri "sqlite3:test.db"))

Matt
-=-
> 
> -- 
> When C++ is your hammer, every problem looks like your thumb.
> 
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/chicken-users

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to