You Version Your Code, Why Not Your Database: CodeMash
CodeMash 2020 | You Version Your Code, Why Not Your Database | Derek Binkley
What you'll learn
Code versioning is an integral part of a developer's daily workflow. However, database changes are often handled manually, making automatic code deploys a challenge. If something goes wrong, rolling back a deployment requires either complex and possibly untested scripts or a database restore. Adding database versioning to your development environment will help you solve these issues. In the talk, Derek Binkley will share examples of using Liquibase to manage database changes. You will learn how scripting and versioning your database structures will allow easy, scripted deployments that can be repeated by developers in QA and in production. Once you see the ease at which you can deploy database changes, you will wonder how you ever got along without it.