in reply to Re^2: 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)
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
|
|---|