<div dir="ltr">Hello,<div>I tried to use mnesia couple of times before. But it always seemed too hard to get it working right. So at last I think I got a good initialization. Can you guys spend couple minutes to review my code.</div>

<div><br></div><div>My code is aimed to run as a single node (because multinode mnesia setup seemed a lot of work). So only thing I do is to check if my tables are there and if they aren't create them.</div><div><br>
</div>
<div>My code that initializes mnesia: <a href="https://github.com/huseyinyilmaz/machete/blob/master/apps/machete/src/machete_mnesia.erl">https://github.com/huseyinyilmaz/machete/blob/master/apps/machete/src/machete_mnesia.erl</a></div>

<div><br></div><div>Backup and restore functions:</div><div><a href="https://github.com/huseyinyilmaz/machete/blob/master/apps/machete/src/machete_console.erl">https://github.com/huseyinyilmaz/machete/blob/master/apps/machete/src/machete_console.erl</a><br>

</div><div><br></div><div>Thanks in advance.</div></div>