SQLite Ubuntu 16
From DreamFactory
Drewpearce (Talk | contribs) (Created page with "This module should already be installed if you have successfully installed DreamFactory. This is a single command installation. <source lang="bash">$ sudo apt-get install php...") |
Drewpearce (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | This module should already be installed if you have successfully installed DreamFactory. | + | This module should already be installed if you have successfully installed DreamFactory. It allows you to use SQLite databases. |
This is a single command installation. | This is a single command installation. | ||
<source lang="bash">$ sudo apt-get install php-sqlite3</source> | <source lang="bash">$ sudo apt-get install php-sqlite3</source> |
Revision as of 16:07, 21 October 2016
This module should already be installed if you have successfully installed DreamFactory. It allows you to use SQLite databases. This is a single command installation.
$ sudo apt-get install php-sqlite3