SQlite is a serverlessĀ Relational Database Management System. In plain words, it’s an SQL database without the need of running an SQL server. From my experience it’s not included in LAMP stack, so you have to install it by yourself. 1. Install php5-sqlite via apt …
1 |
$ sudo apt-get install php5-sqlite |
If SQLite is installed but the PHP driver is […]