Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 819 Bytes

README.markdown

File metadata and controls

26 lines (16 loc) · 819 Bytes

AtlantaFP cl-dbi tutorial

Introduction

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.

Dependencies

This project requires use of quicklisp for library dependency management.

Installation

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")

Usage

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.