in reply to Creating Moose Classes to Interact with mySQL/Oracle

There are already a lot of modules that do this (many without Moose though), for example DBIx::Class and Rose::DB. You could either just use them or provide a wrapper around them. Or you could look at their interface and how they do it and implement the parts that you like in Moose

  • Comment on Re: Creating Moose Classes to Interact with mySQL/Oracle