Jump to content

CLSQL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Danim (talk | contribs) at 16:06, 11 January 2012 (removed Category:Databases; added Category:Database APIs using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
CLSQL
Developer(s)Kevin M. Rosenberg
Stable release
5.4.0 / 2011-07-16
Written inCommon Lisp
Operating systemCross-platform
TypeORDBMS
LicenseLisp Lessor GNU Public License
Websitehttp://clsql.b9.com/

CLSQL is an SQL database interface for Common Lisp. It was created in 2001 by Kevin M. Rosenberg, and initially based substantially on the MaiSQL package by Pierre R. Mai. After being orphaned by onShore Development, Marcus Pearce ported the UnCommonSQL package to CLSQL, which provides a CommonSQL-compatible API for CLSQL.

CLSQL can be used to query and interface with MySQL, PostgreSQL, ODBC, AODBC, SQLite version 2 and 3, and Oracle OCI.