inaka / Dayron

A repository `similar` to Ecto.Repo that maps to an underlying http client, sending requests to an external rest api instead of a database
http://inaka.net/blog/2016/05/24/introducing-dayron/
Apache License 2.0
159 stars 20 forks source link

Better integration with Ecto.Schema #44

Open flaviogranero opened 8 years ago

flaviogranero commented 8 years ago

Since Ecto 2.0 is more data-centric we should research how to allow Ecto Schema functions and structures to provide data mapping of Dayron requests. It may allows easy associations/embed support. Research if embedded_schema is the way to go.