How to setup TypeORM migrations in a NestJS project
Motivation
TypeORM is the most mature Object Relational Mapper (ORM) for TypeScript and JavaScript. Since it's written in TypeScript, it integrates well with the NestJS framework. For integrating with SQL and NoSQL databases, Nest provides the @nestj...
blog.mazedul.dev6 min read