in reply to Re: DBIx::Class and Moose
in thread DBIx::Class and Moose

Create a meta-attribute trait called Column. Then create a "MySQL" role which does CRUD on every attribute that does->("Column")
I have not done it myself but this seems both so straightforward and generic that I can't believe such a thing does not already exist on CPAN...