tj / node-migrate

Abstract migration framework for node
MIT License
1.53k stars 221 forks source link

Drop callback support in v2 #160

Open wesleytodd opened 5 years ago

wesleytodd commented 5 years ago

I am starting work on what will hopefully be v2 of this module. One of the breaking changes I was thinking of making is to drop the callback interface for migration up/down functions and other exposed api's. What do people think of this? Acceptable?

The benefits are:

The cons:

Thanks in advance for your thoughts.

LinusU commented 5 years ago

I'm 100% for this 👍

palmerabollo commented 3 years ago

@wesleytodd I'd be happy to try the v2, even if it is still "beta". Is it available somewhere? Thank you.

wesleytodd commented 3 years ago

Hey @palmerabollo, I never finished it :(

While I have a bunch of work in https://github.com/migratejs I don't think it got back to a working state. I do have some projects at work where I plan to use it, and thus finish that but I am not quite there yet.