Local and Fatfree php framework

I am trying to get a non WP project set up in Local that uses the fatfree PHP frame work and am receiving the following 500 error. I am working on a windows 10 machine using the Local preferred environment. Any thoughts?

Internal Server Error
could not find driver [/app/public/atomic-docs/fatfree/lib/DB/SQL.php:522]

Hi @nick360,

Is Fatfree installed correctly? My only guess would be to run composer install in the Fatfree directory.

Hi @clay. I moved this project from XAMPP into Local where it was previously located and working correctly. After researching some more it looks like it could be that the PDO extension for SQLite (im using SQLite for the apps DB) is not there. I’m trying to figure out how to install that extension currently. Any tips would be greatly appreciated. Thanks!