SQLite

Libraries

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

Initialization

Use

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

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

Connection Specification

Syntax of connection-spec

(filename)

Description of connection-spec

filename

String representing the filename of the SQLite database file.