in reply to Re: OOP Data extractor
in thread OOP Data extractor

You see, I'm trying to make this module to move often used functions into one custom module, (in order avoid of repeating them many times in various scripts) so it's not like I'm trying to re invent something but making a wrapper around DBI class with my logics.

Replies are listed 'Best First'.
Re^3: OOP Data extractor
by Anonymous Monk on Nov 04, 2012 at 01:10 UTC

    You see, I'm trying to make this module to move often used functions into one custom module, (in order avoid of repeating them many times in various scripts)

    good goal :)

    so it's not like I'm trying to re invent something but making a wrapper around DBI class with my logics.

    See DBIx::Class::Manual::Intro, its like 90% of the wrapper you're creating