Skip to content

AtlantaFP/cl-dbi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published