adds code


Management of database changes in a production is a critical process for any application. And in this tutorial we are going to practice how we can use sequelize cli for handling database migrations. We will practice both doing the migration and undoing it. Other than migrations we are also going to pactice how we can add entries to tables via seed functionality of sequelize cli. this tutorial is taken from my course, Test Driven Development with Node.js The repo for this tutorial can be found here https://github.com/basarbk/tdd-nodejs/tree/L065 Like, subscribe, comment any interaction with my channel, means a lot. Thanks About me: My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy. Test Driven Web Development with Spring & React - https://www.udemy.com/course/test-driven-web-application-development-with-spring-react/?referralCode=5EE4FA2E84E78941F649 Test Driven Development with Node.js https://www.udemy.com/course/test-driven-development-with-nodejs/?referralCode=1B1CABF824A0B4E219C3 Git - Step by Step Guide https://www.udemy.com/course/git-step-by-step-guide/?referralCode=867497500A81744DB8D7 Fundamentals of Web Components - https://www.udemy.com/course/fundamentals-of-web-components/?referralCode=17C3F71DCED81A80F000 Svelte with Test Driven Development - https://www.udemy.com/course/svelte-with-test-driven-development/?referralCode=80F40345902091FD9B5B Vue with Test Driven Development - https://www.udemy.com/course/vue-with-test-driven-development/?referralCode=19F938AEDA8D2BA1D942
Previous Post Next Post