[ANN] YstokSQL - Common Lisp ODBC interface
Hello, This is the first release of YstokSQL, a Common Lisp library for interfacing relational databases via ODBC. The implementation is much inspired by Xanalys(R) CommonSQL, but provides only the functional SQL interface. YstokSQL is distributed under a LLGPL style license. http://www.aha.ru/~divanov/projects.html YstokSQL is based on the following open-source implementations: - SQL/ODBC module by Paul Meurer, - MaiSQL package by Pierre R. Mai, - UncommonSQL by OnShore Development. YstokSQL was tested on LispWorks 4.2 for Windows against MS Access, Oracle 8.1.7, and MS SQL Server ODBC drivers. Compatibility with Allegro CL, CMUCL, Corman Lisp, and MCL is targetable. Major features: - ODBC 3.0 support. - Prepared execution support. - Catalog functions. - Prefetching more than one row, i.e. rowset size > 1. - SQLSetPos and SQLBulkOperations. - ODBC Installer support. Bug reports and suggestions are welcome. -- Sincerely, Dmitri Ivanov www.aha.ru/~divanov