Hello, I have been looking at the possibility of improving database support recently.
From searching the mailing list archives, I have found that Database.php
does things relating to generating queries, and not just abstraction of the database(http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/14318).
To improve database support, I would like to suggest a database abstraction layer such as ADODB.
Are there any disadvantages that would result from doing work on using a database abstraction layer such as Adodb? Or advantages that are gained from the current methods of accessing databases.
I am interesting in contributing to the project through doing some work towards improving support to include a range of databases.
Regard