Been a while since I've needed to look, so does anyone have suggestions for good DB deployment management tools? I want to say migration, but apparently these days that mostly gets results for switching DB tech, while I'm talking about the migrations you check with your source code during normal dev.
I've started with Sqitch ( github.com/sqitchers/sqitch ) for now just to avoid a research rabbit hole, but I'm curious what people like. #Database #CI