Hi There! I can not understand what was going on.
My code:
$db = new PDO(‘sqlite:data.sqlite’);
And I have error log:
PHP Fatal error: Uncaught PDOException: could not find driver in /app/scraper.php:7
Stack trace:
#0 /app/scraper.php(7): PDO->__construct(‘sqlite:data.sql…’)
#1 {main}
thrown in /app/scraper.php on line 7
Help me, please