=== Drizzle Database Adapter === Contributors: jdub Tags: drizzle, database Requires at least: 2.8 Tested up to: 2.8.1 Stable tag: 0.1 Now you can test the Drizzle database project with your favourite Open Source blogging platform. == Description == 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](http://pecl.php.net/package/drizzle). **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](http://drizzle.org/) project. == Installation == 1. Unpack the plugin into `/wp-content/plugins/`. 1. Make a symlink to `db.php` in the `/wp-content/` directory. 1. Note that you do not need to activate this plugin. == Changelog == = 0.1 = * Initial release.