Elixir Digest
Digests ยป 53
this week's favorite
Using Ecto With an Existing MySQL Database
While Postgres is the default Ecto database type, you can use MySQL databases as well. Beyond that, it is relatively easy to connect to an already existing MySQL database and take advantage of the power of Ecto with it.