Backend Database Discussion

Yet another way to manage db migrations in node.js project

Using Sequelize with node.js project is great, which provides all in one pack functionalities, including migrations, ORMs, etc.

Sometimes, we only need migrations without ORMs. ex: using direct GraphQL libraries to make interface.

db-migrate is database migration framework for node.js.

Usage is simple, install via npm, similar to sequelize.

Stan

Stan is an experienced full-stack developer and software engineer who is focused on web and game development. He is enthusiastic about new technologies. Stan is highly skilled in many programming languages and frameworks, and he always tries to deliver the best approach.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *