batate / blacksmith

Data generation framework for Elixir
Apache License 2.0
196 stars 11 forks source link

has_many / belongs_to #14

Open smeevil opened 9 years ago

smeevil commented 9 years ago

Hi

It would be nice if Blacksmith could forge has_many and belongs_to relations as in the classic example of a Blog that has_many Posts

Gerard.

ericmj commented 9 years ago

Blacksmith will have better support for Ecto in the future with that we will probably be able to generate associations with that.