2008/10/15 Sebastian Tennant <[EMAIL PROTECTED]>:
> Quoth "Linas Vepstas" <[EMAIL PROTECTED]>:
>> Dunno. However, fyi, I'm maintaining guile-dbi, which wraps
>> postgres and mysql.
>
> Do you happen to know how guile-dbi's postgres wrapping compare with
> guile-pg, feature-wise?

Dunno. guile-dbi provides just enough to run generic SQL
statements, and get back records, one at a time, as alists.
Nothing more.

I have not tried anything aside from this (e.g. no idea of
what happens if you ask it to list all tables, or if you try
to use BLOBs, or access tables where one of the columns
is of type 'money', or one of the dozens of date/time types,
etc.)

--linas


Reply via email to