etso
etso copied to clipboard
feat: support field sources
This PR allows the Ecto Schemas to define the source
option. The source
is not so useful in the usecase of an ETS storage, but in my usecase this is useful because I have a struct that have the source
option defined and also want it to work with Etso.
Great lib by the way! I'm learning a lot about Ecto looking at the code :)
@jotaviobiondo Thank you very much for this patch. At first glance, it looks good and high quality, I will test it a bit and advise when it has been merged.