Zend-Db-Adapter-Exception-RuntimeException

Hi.
Following the https://docs.zendframework.com/tutorials/getting-started/database-and-models/
I got the following error accessing this page
http://192.168.1.1:8080/album

Zend\Db\Adapter\Exception\RuntimeException

...vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php:283

Connect Error: could not find driver

...vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php:272

could not find driver

What do you think could be the problem?

I foud the problem I did not have the php7.0-sqlite3 module.