Playground created to explore Ecto's capabilities during Elixir session # 5.
Cookbook's menu includes 👨🍳:
- Migrations
- Schemas
- Repo
- Changesets
- Associations
has_manymany_to_manymany_to_manywith fields in the join table
cast_assocandput_assoc- Bulk operations, Upserts
- Streams, Repo.stream
- Transaction
- Multi with schema changeset validation
- Multi with embedded changeset validation
-
execute
bin/setupfrom the root of the project -
execute
mix seedsfrom the root of the project. -
iex -S mixto access iex shell with the Ecto dependencies
