Question

I have a bunch of DBIx::Class modules created automatically by dbicdump. It does a great job, but is there a way to remove some relationships it creates? Or prevent a select few from being created? I saw skip_relationships, but that's an all-or-nothing. Any thoughts?

Was it helpful?

Solution

Looking at the source of DBIx::Class::Schema::Loader::RelBuilder, it seems that this isn't possible. But I think it's a useful feature that should be easy to implement. You might want to open a wishlist ticket.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top