This repository is an example project that illustrates usage of the cl library cl-dbi
,
which provides a database independent interface for interacting with different RDBMS.
The library supports multiple database implementations. Please refer to the project Github Page for more information.
This project requires use of quicklisp for library dependency management.
Please clone this repository into your quicklisp directory. Then to load run the following in the CL REPL of your choice (assumi
(ql:quickload "cl-dbi-tutorial")
The unit test in the tests
folder, though incomplete, provides some
examples on how to test and use the example API provided in the project.