Next: , Previous: , Up: Common Lisp Databases   [Contents][Index]


5.16.2 CL-DBI

"Database independent interface for Common Lisp"

CL-DBI is intended to provide the same SQL interface for each database.

CL-DBI on GitHub

This library is especially convenient when you want to use different databases in different environments. For example, you might use MySQL as a production database, but use SQLite3 on your development system. To switch database backends you need only change the arguments to dbi:connect.