I have a Sqlite database file that I am using with a PHP project. I thought I would see if I could get Smith working with it. This is how I got it working (after some searching and study):
-- From the zip file put the sqlite_jni.dll file into the Smith project JRE's bin directory. The driver requires this file to be in the java library path.
-- Put the sqlite.jar file from the zip file into the Smith wwwroot\WEB-INF\lib directory.
-- Start or restart Smith and go to the data sources page in the admin window.
-- Enter values along these lines:
-- a name for your database
-- JDBC URL: jdbc:sqlite:/c:/Tools/smith/wwwroot/sqlite/myfile.db
-- JDBC Driver full class name: SQLite,JDBCDriver