The automatic of Scriptcase already comes with the SQLite enabled.
To do the connection with SQLite, please follow the steps below.
Currently Scriptcase offers two drivers to connect with the SQLite database: SQLite PDO e SQLite.
You can see the features below:
SQLite PDO ( Recommended ) : Driver version SQLite 3. Allows the connection to be made with SQLite using the native PHP driver, which is superior in processing speed and constantly updated. .
SQLite : Driver version SQLite 2. Allows the connection to be made with SQLite.