sqlite-integration

Descripció

Aquesta extensió s'ha tancat a partir de 29 de juny de 2019 i no està disponible per a la seva descàrrega. Motiu: Incompliment de les directrius.

Ressenyes

13 de gener de 2019
My personal website is using this plugin. This plugin lets your run WordPress install with SQLite instead of MySQL, great for single user blogs and installs on low spec servers. I have written how to set it up.
2 de setembre de 2017
I have been using this for local development on a Mac. I can sync between machines with dropbox in this way. It is great. Thank you for this great plugin.
6 de juny de 2017
Working great with WordPress 4.7.5 and PHP 7. Fix for Query Monitor ================== The Query Monitor plugin, and some other plugins, uses the $db->use_mysqli bool variable to detect if the driver support PDO (_mysqli functions), which is the case for SQLite Integration. But because the $use_mysqli variable is not defined in the PDODB class, this check fails. To fix it, simply declare the variable like this in the PDODB.CLASS.PHP file, right before the constructor function: /** * @var bool Support PHP MySQL Improved version. * @access public * @author Guy Dumais (https://guydumais.digital) */ public $use_mysqli = true;
Llegiu totes les 31 ressenyes

Col·laboradors i desenvolupadors

«SQLite Integration» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“SQLite Integration” s'ha traduït a 3 configuracions regionals. Gràcies als traductors per les seves aportacions.

Traduïu «SQLite Integration» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.