How to Create Database Seed Data in Elixir Phoenix

From ElixirBlocks
Revision as of 11:17, 27 March 2023 by Admin (talk | contribs) (Created page with "{{In progress}} '''Before you Begin''' {{Phoenix-Installation-Required}} 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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