Articles by Michael Crismali

Michael is a member of DevMynd's software engineering team focusing on mobile apps and web development. He has been with the company since 2013.

Getting A Schema File From Elixir’s Ecto

Elixir’s Ecto ORM is great, but sometimes I find myself missing the schema.rb from Rails. It’s handy to crack open schema.rb to really see what’s going on in the database. It’s a bigger part of my workflow than I realized. Ecto doesn’t give you quite the same functionality right out of the box, but I’ve found a way to get pretty close.