...
/Wrapping Up: Add Ecto to an Elixir Application Without Phoenix
Wrapping Up: Add Ecto to an Elixir Application Without Phoenix
Review how to add Ecto to an Elixir app without using Phoenix.
We'll cover the following...
We'll cover the following...
Congratulations! You now have a brand new Elixir application ready to work directly with a relational database. An excellent next step would be to create migrations to fill out our database structure. If you need a refresher, see ...