|
|
|
|
|
by lycos
948 days ago
|
|
Hm, I hadn't heard of NimbleOptions before and always used Ecto's embedded_schema for these types of things (as also mentioned in the article). Looking at NimbleOptions based on this example I think I would prefer to stick to Ecto because I don't like the idea of putting the schema in a giant keyword list - but maybe soon I'll have a better play around with it myself, read the docs and see if there are better ways to use it. |
|