We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EctoPoly allows for polymorphic embeds but it can't be used as embeds, because it creates a type instead of a schema.
Would it be possible to create a schema ? It would allow to use relational function / macros (cast_embed, embeds_one, etc)
The text was updated successfully, but these errors were encountered:
Add EctoPoly.cast/3 function: cast given field as given EctoPoly type
31763e1
See greenboxal#3
eba312f
No branches or pull requests
EctoPoly allows for polymorphic embeds but it can't be used as embeds, because it creates a type instead of a schema.
Would it be possible to create a schema ? It would allow to use relational function / macros (cast_embed, embeds_one, etc)
The text was updated successfully, but these errors were encountered: