Closed IonelLupu closed 5 years ago
We'll rather add support for nest add
command (for example, nest add typeorm
that would reduce the amount of boilerplate required to start playing with db).
That would be nice too.
Hi @kamilmysliwiec ,
Let me know if i can work on it, looks like a big feature, we can do it in parts. I have worked on schematics, so i think i can help.
let me know if i can help with the code
More details here: https://github.com/nestjs/nest-cli/issues/177#issuecomment-446580241
I think a database is a key element in the majority of the apps. It would be nice to have a new step added for adding a database:
It can be something like this:
The user can choose
No database
if he doesn't use one or one of the other options depending what he needs.