What do you use for database migrations
I'm kind of looking for a RMDB migration tool. Ideally one that: Isn't tied to an application framework (e.g. it can use some programming language for its operation, but shouldn't push me to use that language for the rest of my own application). Wor...