Matt Curtin <cmcurtin@interhack.net> wrote:
+---------------
| "MuTSuMi'S LoVe" <mutsumi@spain.jasminwagner.com> writes:
| > how I can use SQL in LISP?, Are there libraries to use cLisp with
| > MySQL or other Database?
|
| See UncommonSQL at http://alpha.onshored.com/lisp-software/.
+---------------
There's also Eric Marsden's "pg.lisp" socket-level API to PostgreSQL,
available at <URL:http://www.chez.com/emarsden/downloads/>, which I
have had great success with on several projects. It is known to work
in CMUCL, CLISP, ACL, MCL, OpenMCL, and (with a patch) Lispworks.
[Note: "pg.lisp" is a Lisp-based direct implementation of the PostgreSQL
client socket protocol, and does not use FFI to the "libpq.so" C library.]
-Rob
-----
Rob Warnock, PP-ASEL-IA <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607