I'm digging into ejabberd but I can't find a way to inspect its Mnesia tables.
Is there something like the MySQL shell to inspect tables?
You may use the Table Visualizer, in module tv
.
It can help examine ets
tables and mnesia
tables. You can simply start it on any connected node (e.g. with "ejabberdctl debug"), with:
tv:start().