You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently I need to parse a CSV file and generate IDs on the go which I cannot do in yaml files because their are static.
Describe the solution you'd like
Would be great if we have a new method named like seed_by_function that takes a function instead of a path.
Describe alternatives you've considered
This can sometimes be moved into the migrations crate but as the migration crate has no access to generator, factories etc. it isn't a viable option for everything.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Currently I need to parse a CSV file and generate IDs on the go which I cannot do in yaml files because their are static.
Describe the solution you'd like
Would be great if we have a new method named like
seed_by_function
that takes a function instead of a path.Describe alternatives you've considered
This can sometimes be moved into the migrations crate but as the migration crate has no access to generator, factories etc. it isn't a viable option for everything.
The text was updated successfully, but these errors were encountered: