How to Create Database Seed Data in Elixir Phoenix
From ElixirBlocks
This page is in progress
Before you Begin
Installing Phoenix
This article assumes that you have installed the Phoenix web framework and all its dependencies correctly without errors. If you have not installed the Phoenix web framework please view the documentation here
This article demonstrates how to create PostgreSQL table data in Elixir Phoenix for you to experiment with.
mix phx.gen.context Todos Todo todos title:string done:boolean