sqlite-integration

Описание

Этот плагин был закрыт с 29.06.2019, он более не доступен для загрузки. Причина: Нарушение руководства по плагинам.

Отзывы

13.01.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.
02.09.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.
06.06.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;
Посмотреть 31 отзыв

Участники и разработчики

«SQLite Integration» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«SQLite Integration» переведён на 3 языка. Благодарим переводчиков за их работу.

Перевести «SQLite Integration» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.