The SQLite back-end requires access to 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.
(filename)
String representing the filename of the SQLite database file.