SQLite

The SQLite back-end requires the SQLite shared library file. Its default file name is /usr/lib/libsqlite.so.

Use

(asdf:operate 'asdf:load-op 'clsql-sqlite)
	  

to load the SQLite back-end. The database type for the SQLite back-end is :sqlite.