內容簡介
WPPG是一個特殊的外掛程式,使WordPress能夠與PostgreSQL數據庫一起使用,是從PG4WP插件重新開發而來。
Github:https://github.com/qodrorid/wppg
WPPG使您能夠安裝並使用WordPress作為後端與PostgreSQL數據庫一起使用。這是通過將MySQL特定的函數調用替換成通用的函數調用以及需要時重新編寫SQL查詢來實現的。
如果您要使用此外掛程式,您應該了解以下內容:
- 預期使用WPPG的WordPress比使用MySQL的原始WordPress慢,因為WPPG需要對每個頁面進行大量的SQL重寫
- 一些WordPress外掛程式應該可以直接使用,但是許多外掛程式則需要WPPG中的特定代碼。
除了與WordPress本身一起提供的外掛程式(例如Akismet)外,您不應期望集成任何外掛程式特定代碼到WPPG中。
外掛標籤
開發者團隊
原文外掛簡介
WPPG is a special plugin enabling WordPress to be used with a PostgreSQL database. Redevelop from PG4WP plugin.
Github: https://github.com/qodrorid/wppg
WPPG gives you the possibility to install and use WordPress with a PostgreSQL database as a backend.
It works by replacing calls to MySQL specific functions with generic calls that maps them to another database functions and rewriting SQL queries on the fly when needed.
If you want to use this plugin, you should be aware of the following :
– WordPress with WPPG is expected to be slower than the original WordPress with MySQL because WPPG does much SQL rewriting for any page view
– Some WordPress plugins should work ‘out of the box’ but many plugins won’t because they would need specific code in WPPG
You shouldn’t expect any plugin specific code to be integrated into WPPG except for plugins shipped with WordPress itself (such as Akismet).
