i am trying to figure how to use mnesia from elixir. Some things are pretty straight-forward others are not so but use of qlc seems like a must if you ever want to order things by other than IDs in the ordered set. qlc is heavy on use of the parse transforms. so its direct use within elixir is not possible (or is it?).
1. Is there an alternative to qlc in elixir land?
2. If not is there a way to mix erlang and elixir code in the same elixir project (i'd rather have qlc dependent erlang code in my elixir lib)?
cheers,
alex.