[wordpress插件] Drizzle Database Adapter毛毛雨数据库适配器

wordpress 插件 文章 2020-04-22 07:30 542 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Now you can test the Drizzle database project with your favourite Open Source blogging platform!

现在,您可以使用自己喜欢的开源博客平台来测试Drizzle数据库项目!

This adapter connects WordPress to Drizzle in the least-invasive way possible, by:

此适配器通过以下方式以最小的侵入方式将WordPress连接到Drizzle:

    • Subclassing wpdb and replacing only the methods which rely on MySQL functions.
    • 子类化 wpdb 并仅替换依赖MySQL函数的方法。

    • Filtering some queries non-destructively to ensure compatibility with Drizzle.
    • 非破坏性地过滤某些查询,以确保与Drizzle的兼容性。

    Naturally, it requires the Drizzle PHP extension.

    自然,它需要小雨PHP扩展

    Note: The Drizzle development team advises that Drizzle is not intended for use in production environments yet.

    注意: Drizzle开发小组建议,还不打算将Drizzle用于生产环境。

    This adapter was created only to assist with testing and development (that is, until Drizzle is awesome and takes over the world).

    创建此适配器仅是为了协助测试和开发(也就是说,直到Drizzle变得很棒并占领了整个世界)。

    Please report any bugs you find to the Drizzle project.

    请向细雨项目报告发现的错误。

安装步骤

    1. Unpack the plugin into /wp-content/plugins/.
    2. 将插件解压缩到 / wp-content / plugins / 中。

    3. Make a symlink to db.php in the /wp-content/ directory.
    4. / wp-content / 目录中的 db.php 上建立符号链接。

    5. Note that you do not need to activate this plugin.
    6. 请注意,您无需激活此插件。

下载地址
https://downloads.wordpress.org/plugin/drizzle.zip
-EOF-

AI助手支持GPT4.0