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