nestjs-v10-webpack-boilerplate
nestjs-v10-webpack-boilerplate copied to clipboard
Add Sqlite
What is the motivation / use case for changing the behavior?
Add database in the app
Describe the solution you'd like
I think it would be useful to add nestjs/typeorm with sqlite (or other database). It will be a good example how to build nest application via webpack and libraries that use binaries
There was already TypeORM example and it was cut away for some reason (see this commit)
I don't think this boilerplate realy needs it