I have an idea for a simple but powerful interface for databases - abstracting sql from the application logic.
I have already implemented a project using this database library and it is tested, reliable and full featured - its only requirement is DBI, MySQL (for now) and following a simple naming convention.
I will probably have to write a tool to aid the schema creation that can populate the metadata - this would make it very useful.
I was thinking of putting it in the DBI::Simple namespace but its not really a part of DBI so it will probably have to go into Database::Builder or something.
I hope to integrate some of the query building tools I have built for various employers too at a later point. we'll see.
A.