[Dbix-class] Creating Result and ResultSet classes with Moo?

Robert Rothenberg robrwo at gmail.com
Wed Oct 14 18:10:24 GMT 2015


Hi All,

Is there a way to declare Result and ResultSet classes using Moo?
Specifically, I'm looking for something that provides functions for
declaring columns, e.g.

  has_column id => (
    isa => Int,
    autoincrement => 1,
  );

I'm aware of DBIx::Class::MooseColumns, but that uses Moose.

Thanks,
Rob



More information about the DBIx-Class mailing list