SQLite Lisp interface
SQLite Lisp interface is an interface to the SQL database SQLite library. It currently only works under Lispworks, and can be found at http://members.optusnet.com.au/apicard/cl-sqlite-0.2.tar.gz

Another SQLite interface, which works with version 3 and is CMUCL specific, can be found at http://www.randallsquared.com/download/sqlite/cmucl-sqlite3/ . It's in the Public Domain.

CLSQL claims to support SQLite 2, and has some level of support for SQLite 3.

clisp-sqlite is a clisp-specific binding for sqlite, with some extra sugar.

cl-sqlite is a portable binding to SQLite3 (using CFFI).