WP DB Driver
An improved database layer for WordPress
The facts
- Rating
- 5★ from 7
- Active installs
- 60+
- Price
- Free
- Last updated
- 27 Dec 2015
- Added
- Jun 2013
- Requires WP
- 4.2.0
- Tested up to
- WP 4.4.0
- Downloads
- 10,543
Our analysis
AI-assistedWP DB Driver is a WordPress plugin that enhances the database layer of WordPress, allowing for more functionality than the default setup. It is designed to keep up with changes made in the WordPress core and addresses the deprecation of mysql_* functions in PHP 5.5.
This plugin is suitable for developers or site owners who want to implement PDO/MySQLi in their WordPress projects, ensuring compatibility with modern PHP standards.
Best for: Developers or site owners looking to modernise database interactions in WordPress.
What it does well
- ✓Improves the database layer of WordPress
- ✓Keeps up with core changes
- ✓Supports PDO/MySQLi usage
Where it falls short
- •Last updated in December 2015
- •Limited active installs
Verdict
WP DB Driver offers an updated approach to database management in WordPress but may not be suitable for all users due to its age and limited adoption.
From the developer
Marko Heijnen's own description of WP DB Driver, lightly tidied.
This plugin adds an improved database layer to WordPress. It allows you to do more then the default one and is always up-to-date with the changes core makes.
mysql_* functions
The mysql_* functions are officially deprecated for PHP 5.5 and are throwing E_DEPRECATED errors.
On https://core.trac.wordpress.org/ticket/21663 there is discussion on this topic.
This plugin reflects those discussions.
Why should I use this plugin?
You should use this plugin if you want to start using PDO / MySQLi for WordPress.