內容簡介
現在您可以使用喜愛的開源部落格平台測試Drizzle資料庫專案了!
這個外掛以最少侵入方式將WordPress連接到Drizzle,方法如下:
繼承wpdb並只取代依賴MySQL功能的方法。
在不破壞相容性的情況下,過濾某些查詢以確保與Drizzle相容。
當然,這需要Drizzle PHP擴展。
注意:Drizzle開發團隊建議Drizzle目前不適合用於生產環境。這個外掛只用於協助測試和開發(即使Drizzle變得強大並佔領世界,也是如此)。如果您發現任何錯誤,請向Drizzle專案報告。
開發者團隊
原文外掛簡介
Now you can test the Drizzle database project with your favourite Open Source blogging platform!
This adapter connects WordPress to Drizzle in the least-invasive way possible, by:
Subclassing wpdb and replacing only the methods which rely on MySQL functions.
Filtering some queries non-destructively to ensure compatibility with Drizzle.
Naturally, it requires the Drizzle PHP extension.
Note: The Drizzle development team advises that Drizzle is not intended for use in production environments yet. This adapter was created only to assist with testing and development (that is, until Drizzle is awesome and takes over the world). Please report any bugs you find to the Drizzle project.
