Relative Content

Tag Archive for databasemongodbnestjsmigration

Do i need to create migrations in mongoDB?

I am using MongoDB with NestJS. Do I need to create schema migrations for MongoDB? If I don’t create migrations, how can I reflect my local changes in the database without manually updating it every time I change an entity?