質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top