kenso312 / nestjs-v10-webpack-boilerplate

🎨 Boilerplate for NestJS v10 with Webpack, Pnpm, Fastify, Swagger, Pino Logger, Airbnb JavaScript Guide, Google JSON Style, ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint, Axios, Docker, Alias Path, Error Handling and Clustering
https://kenso312.github.io/nestjs-v10-webpack-boilerplate/
MIT License
112 stars 15 forks source link

Add Sqlite #196

Open zalenskiSofteq opened 7 months ago

zalenskiSofteq commented 7 months ago

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

belyaev-dev commented 2 months ago

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