Re: SQL on CMUCL/SBCL and Debian
Edi Weitz <[email protected]> Sat, 20 Mar 2004 20:03:42 +0100
| Newsgroups | gmane.lisp.uncommon-sql |
|---|---|
| Message-ID | <[email protected]> |
On 20 Mar 2004 07:02:14 -1000, Chris Hall <[email protected]> wrote: > I need to get CMUCL (at least) connected to Postgres. Did you try the other options from <http://www.cliki.net/Database>? CLSQL is pretty good and will definitely be available on Debian for a couple of Lisps and various databases - see the docs. UncommonSQL (the API of which is derived from Xanalys' CommonSQL) is certainly on a higher level of abstraction than most other Lisp database libraries but last time I looked it only really worked well with CMUCL and I'm not even sure it's still maintained. I'm sure someone on this list will correct me if I'm wrong... :) HTH, Edi.