Lisp HUG Maillist Archive

[ANN] YstokSQL 0.2 - Common Lisp ODBC interface

Hello,

This is the second 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://lisp.ystok.ru/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, 4.3 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.

Version 0.2 major features:
- Extended bracket syntax.
- Embedded local-time library.
- ODBC 3.0 support.
- Prepared execution support.
- Catalog functions.
- Prefetching via block cursors (more than one row at once).
- Various cursor operations via SQLSetPos and SQLBulkOperations.
- ODBC Installer support.

Bug reports and suggestions are welcome.
--
Sincerely,
Dmitri Ivanov
lisp.ystok.ru


Updated at: 2020-12-10 08:58 UTC