RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

[Feature request] relations in processor #138

Closed kaufmo closed 4 years ago

kaufmo commented 4 years ago

I need an option to add relations in preProcessor dynamcily is this possible?

I'm using a table with an enum type field. For example "text" and "image". Depending on the type I will add a relation for image or text and now I want to create fixtures for this. Do you have an idea how I can handle this?

RobinCK commented 4 years ago

postprocessor does not suit you?