sqlite-integration

Descrizione

Questo plugin è stato chiuso il 29 Giugno 2019 e non è più disponibile per il download. Motivazione: Violazione linee guida.

Recensioni

13 Gennaio 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 Settembre 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 Giugno 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;
Leggi tutte le recensioni di 31

Contributi e sviluppo

“SQLite Integration” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“SQLite Integration” è stato tradotto in 3 lingue. Grazie ai traduttori per i loro contributi.

Traduci “SQLite Integration” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.