Ecto.Schema vs a behavior or protocol #34
Replies: 1 comment 11 replies
-
I'm not very familiar with Ash Framework, but it seems like the core request here is to structure defimpl Inertia.Errors, for: Ash.Changeset do
def compile_errors!(changeset) do
# ...
end
end This would definitely be an improvement over the existing structure, which requires you to pass either custom map or Regarding the broader claim of reliance on |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm interested in using inertia with ash framework. Found this thread here: https://elixirforum.com/t/has-anybody-tried-to-use-ash-inertia-js-together/68348/4
Wanted to ask what your thoughts are on using a protocol or behavior that then uses Ecto.Schema to easier allow more alternative integrations?
Beta Was this translation helpful? Give feedback.
All reactions