DEV Community

Discussion on: How to perform migrations in Mongodb

Collapse
 
pranupranav97 profile image
Pranu Pranav • Edited

Hi this is one of the required skillset, if you are a full stack developer or a developer working on a stack that contains mongodb. I choose migrate-mongo package, you can install it using npm via command npm i migrate-mongo. It is simple.
Perform the migrations in data access layer of your application.