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.