umbrellio/umbrellio-sequel-plugins

Extension to make foreign key constraint deferrable by default

basherru opened this issue · 2 comments

We would like to make all our foreign keys deferrable by default. Usually we spend time making it deferrable manually in the migration, sometimes we forget to. Sequel lacks the default option to make it deferrable by default.

I Implemented such extension in #11

Solved in #11