HACKER Q&A
📣 xrd

Is there a db migration tool with a similar philosophy as K8s


I'm not an k8s expert by any means but one of the philosophies (if I understand correctly) of that tool is that you declare your desired final state and then let k8s figure out how to get it there.

Is there a similar type of tool for db migrations? I've used a variety of migration tools like the one in Rails but I'm wondering if there is a similar one that uses the declarative idea.


  👤 verdverm Accepted Answer ✓
I'm most of the way to one, if you mean declarative and the system figures out what needs to be changed.

hof/dm

https://docs.hofstadter.io/first-example/adding-a-datamodel/

Join our slack if you'd like to know more