From: Robert Bralic
Subject: CMUCL or CLISP with SQL connection...!!
Date: 
Message-ID: <eevvsn$q4r$1@ss408.t-com.hr>
Any chance(For Linux or Windows)...???

Thanks in advance, Robert..!!

From: Rob Warnock
Subject: Re: CMUCL or CLISP with SQL connection...!!
Date: 
Message-ID: <ZbKdnd9oDuj-BY7YnZ2dnUVZ_uidnZ2d@speakeasy.net>
Robert Bralic <···········@yahoo.co.uk> wrote:
+---------------
| Any chance(For Linux or Windows)...???
+---------------

I'm a very happy user on both Linux & FreeBSD of CMUCL,
using PG <http://www.cliki.net/Pg>, a CL library that
directly speaks the socket protocol to PostgreSQL.

One particularly-attractive feature is that, since it
doesn't use an FFI to the "libpq.so.NNN" library, you don't
have to recompile anything if the version of PostgreSQL
changes out from under you [which it does from time to time
on a co-lo web server I help maintain -- ·@!#%^&* RedHat
"up2date" auto-updates!].


-Rob

-----
Rob Warnock			<····@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607
From: vanekl
Subject: Re: CMUCL or CLISP with SQL connection...!!
Date: 
Message-ID: <1158923853.842462.292040@m7g2000cwm.googlegroups.com>
Robert Bralic wrote:
> Any chance(For Linux or Windows)...???
>
> Thanks in advance, Robert..!!

there is a short, recent discussion about this
on the clisp mailing list.
From: Tobias Andersson
Subject: Re: CMUCL or CLISP with SQL connection...!!
Date: 
Message-ID: <4nhfdiFafmniU1@individual.net>
"Robert Bralic" <···········@yahoo.co.uk> skrev i meddelandet 
·················@ss408.t-com.hr...
> Any chance(For Linux or Windows)...???
>

Maybe this isn't what you are looking for but Roland Averkamp is working on 
a odbc-wrapper for CLISP:

http://common-lisp.net/project/plain-odbc/

and according to this page:

http://clisp.cons.org/impnotes/postgresql.html

there is a PostgreSQL package for CLISP.