Is there some example of…
Is there some example of nx with nestjs and typeorm migrations ?
Responses:
I haven’t seen specific examples, but how would typeorm migrations typically work? Would you call command to do something?
Or do you have to configure a config file
I have implemented one working schema, but i’m not sure in it productivity :slightly_smiling_face:
I thought there is a best practices from nrwl team. Because they support nest as a backend. There are should be a migrations as part of it.