Ecto Join (Day 134)
May 30, 2022•139 words
Total hours: 249.167
Top three:
1) Ecto designing
This is important to learn. While a slow working it’s absolutely worth learning. It’s quite powerful and I’m learning how Ecto provides a high level of security, abstraction and raw power!!!
2) Exploration of join
Using Repo and Elixir. This allows grabbing the right data from the database the first time and not needing to do multiple unwanted queries.
However needing to do an double query the first few iterations would be alright if absolutely needed.
3) Exploration and designing of authentication
Authentication needs to be redesigned since it depends on a different database architecture. However I’m not exactly sure of how to make it work correctly. Further the seeding is different and I’m not sure that the database will be correctly seeded on original startup.