Changes for version 0.02 - 2015-10-24

  • Results pre-fetch next batch immediately rather than waiting for first row of current batch to be pulled off.
  • Increase default fetch size to 100.
  • Remove the 'reload_at' attribute; it was unnecessary complexity.
  • Remove the 'monkey_patch' import option. If you wish to monkey patch Mojo::Pg then see the documentation on how to do so.

Examples