Enable Sqlite?

Hey,

Could anybody please help - I need to enable sqlite3 on my ubuntu 16.04 server?

Sorry for the newbie question.

apt install php-sqlite3

In case you want to enable sqlite for php7.0

apt install php7.0-sqlite3

1 Like