postgres-shift
postgres-shift copied to clipboard
State of the project
Hello Rasmus Porsager, first of all, thank you for your nice postgres implementation! Now i am looking for a clean solution for migrations and migration versionings. So i found this repo of yours.
What is the state of this project so far? Can somehow help you with this?
best regards, Schahin Rohani
I've been using the library in a vendored fashion (clone and modify) and added types, clean-ups and a few new features (ability to pass a schema if you have multiple migration domains within your app, a few other things). If that's of interest, happy to push it here or fork the project (if the project owner does not have time to support this library / helper, in the meantime anyways).
Hehe, well, it's mostly making the documentation I don't have time for, even thought it's minimal.. I'm still using it myself, so I'd be happy to take a look at a PR ☺️
Hehe, well, it's mostly making the documentation I don't have time for, even thought it's minimal.. I'm still using it myself, so I'd be happy to take a look at a PR ☺️
Apologies. I just noticed the response. Will publish within a week or two. Happy to make a brief documentation as well. I'm using it on a relatively regular basis and it's been working perfectly for me after I made the few modifications.
No worries :) About types, it has to be external d.ts, I am not looking to convert the project to typescript.