Not sure how this is related to ecto efficiency…
Anyway, what is requireing you to import or alias? If its just for some onetime thing, why not use the fully qualified module and function names?
Alternatively you could also set up a .iex.exs in your project that does all the preparational imports and aliases for you.






















