Drizzle Database Adapter

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

Author:Jeff Waugh (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:2.8.1
Plugin version:0.0
Added to WordPress repository:05-07-2009
Last updated:05-07-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:926
plugin download
Click to start download

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.