Nebo15 / ecto_mnesia

Ecto adapter for Mnesia Erlang term database.
https://hex.pm/packages/ecto_mnesia
MIT License
242 stars 41 forks source link

Support types other than basic #44

Open chvanikoff opened 7 years ago

chvanikoff commented 7 years ago

Since Mnesia is not limited by types of data it stores, would be good idea to provide more basic types like atom, pid, tuple etc. If I understand it correctly, right now I have to define my own Lib.Type.Atom module which is ok but I think would be nice to have out of the box with the Mnesia adapter.