[wp-hackers] GSoC Proposal: Multiple RDBMS support

Olexandr Melnyk omelnyk at gmail.com
Sun Mar 30 10:51:48 GMT 2008


Hello,

a little bit late to discuss this, but I would like to apply for this year's
GSoC to work on implementing multiple RDBMS support for WordPress. This
could be done by moving all vendor-specific SQL functionality
to classes, which inherit from a common interface (WPDB).
Therefore, all scripts which interact with the database will do it
through an abstracion layer, like follows:


$query = $wpdb->construct_select(array('user_login', 'user_email'),
$wpdb->users, 'username = ?');
$results = $wpdb->query($query, array($username));

What are your thoughts?

-- 
Sincerely yours,
Olexandr Melnyk <><
http://omelnyk.net/

-- 
Sincerely yours,
Olexandr Melnyk
http://omelnyk.net/


More information about the wp-hackers mailing list