This is the second post in a two-part series on how to use Azure Data Studio and Flyway as part of managing a PostgreSQL database pipeline on Heroku. In this post, we will focus on using Flyway to migrate changes to the database schema. Prerequisites Complete the steps in the […]
Tag: Azure Data Studio
Managing Heroku Postgres with Azure Data Studio and Flyway – Part 1
I use VS Code for most of my application development work. For SQL development, I wanted to try Azure Data Studio, which is a sort of sister product to VS Code for database development and management. This post is an example of how to use Azure Data Studio and Flyway […]