ygbr/SQLasagna

Allow relationships configuration (overrides).

ygbr opened this issue · 0 comments

ygbr commented

This way we can override relationships, backrefs, one-to-one, many-to-many configs.

Also this will allow us to disable relationship mappings which we do not want and set lazy or eager loading styles by default per relationship.

This should probably be a dict, past to the Lasagna initializer.