Issue 33: dumper support
Reported by funnyso...@gmail.com, Aug 13, 2009
Some kind of Dumper or Dumper-like support might be helpful.

Say you have a resultset on which you call hashmap_multi with 2 field names.
Now you want to see the data.  It's messy with all the metadata tied in.

Does Dumper support filter rules that would do the job?

A dumper method would return a clean data struct.
Prefetching would be handled 'correctly'.

Keeping it simple for the developer:
  print Dumper( $dbrh->Dumper( $foo_map ) );