Next: cl-sqlite, Previous: CLSQL, Up: Common Lisp Databases [Contents][Index]
"Database independent interface for Common Lisp"
CL-DBI is intended to provide the same SQL interface for each database.
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.