issues
search
balmasi
/
migrate-mongoose
A node based migration framework for mongoose supporting ES6 migrations
MIT License
264
stars
84
forks
source link
remove unnecessary project dependencies, simplify promises and expose connection
#84
Open
eddie-corrigall-ledn
opened
1 year ago
eddie-corrigall-ledn
commented
1 year ago
Changes:
remove blueprint: use native promise and await/async
simplify
this
binding for up and down functions to be the Migration class instance, sharing control over the connection
update the docs to reflect changes
remove project scripts which have vulnerabilities, and are unnecessary
Changes:
this
binding for up and down functions to be the Migration class instance, sharing control over the connection