module QueryResultPresenter

This is a module to deal with a variety of query results from the various database adapters that run in ruby. Most of them (pg, mysql2) natively return a query result in the form of an enumerable, with each result being a hash with the column name and row value of the query.

This code is to allow you to add functionality to the results of these database adapters, and automate certain common things you need for query reporting, especially online.

Constants

VERSION