Image

sqlite-integration

描述

此插件已于 2019 年 6 月 29 日 关闭,无法下载。 原因:违反准则。

评价

Image
2019 年 1 月 13 日
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.
Image
2017 年 9 月 2 日
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.
Image
2017 年 6 月 6 日
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订阅开发日志