You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: