Nest.js Database migrations with TypeORM and PostgreSQL

Опубликовано: 20 Февраль 2026
на канале: Dev Reactor
306
10

In this video, we’ve learned what migrations are and how to manage them with TypeORM. To do that, we’ve set up the TypeORM CLI and used commands for creating, generating, running, and reverting migrations. We’ve also used the migrations API and noticed that it produces rather big SQL queries.