Elixir Streams |> Phoenix forms backed by embedded schemas
If you have complex forms that you want to decouple from the database, we can use Ecto’s embedded schemas to back a form.
That gives us all the power of Ecto changesets without having to tie our form to our database schema!
Check it out! 👉 https://www.elixirstreams.com/tips/phoenix-forms-backed-by-embedded-schemas
Read next Blog Post: Simple AI "Agent" using ChatGPT's Functions API