Hi monks, I have been looking for a wrapper around the module DBI, which provides me a convenient interface to set up a query and query the database with relative ease.
I had a look at DBIx::Wrapper, I am yet to code using it.
But I will be very happy, if any perl module provides me an XML based query set up and get the response in XML.
I think that the DBIx::Wrapper will return the response in XML if we really need.
When the use of DBI is more in a project, it becomes difficult to work around this plain DBI module.
Please point me some directions on this issue.