## Background Many core _fa-db_ classes are type parametrized, using invariant types. ## Feature It might be needed for better flexibility to introduce covariants, for example in `DBExecutor[E]`
Background
Many core fa-db classes are type parametrized, using invariant types.
Feature
It might be needed for better flexibility to introduce covariants, for example in
DBExecutor[E]