cl-rdbms

A database independent SQL lib for Common Lisp

Introduction

cl-rdbms abstracts away differences between various SQL databases and provides an advanced compiler for its sexp SQL syntax. It does not try to support object-relational mapping, see cl-perec for that. It also has a cleaner API than some of the other SQL libraries, although YMMV.

For a quick impression check out the showcase with a few selected examples. For more examples see the htmlized tests or the test suite of cl-perec

Features/Status

Dependencies

Mailing Lists

Project members

Attila Lendvai
Tamás Borbély
Levente Mészáros

Repo

You can browse the cl-rdbms darcs repository or get the tree with

darcs get --partial http://common-lisp.net/project/cl-rdbms/darcs/cl-rdbms

License

Public Domain / BSD