Open awreece opened 7 years ago
Hey @awreece,
Unfortunately, Stripe hasn't used this project in some time and so it's been mostly unmaintained. If you happen to be interested in taking on ownership+maintenance, we'd potentially be willing to chat about that, but otherwise we probably won't be able to review this PR.
Thanks for the quick reply!
Good to know. We're not the right long term maintainers of this tool -- we view it as a way to migrate off of mongodb and so we'd abandon maintenance shortly as well.
Feel free to close the PR, but I'm also happy to just leave it open and visible in the main project -- maybe some future company will see it and want to pick up where we leave off.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.
:x: awreece
:x: joshbeam
You have signed the CLA already but the status is still pending? Let us recheck it.
Is this project dead? I see no updates in a few years and all the pull requests are stale. Should I bother fixing the tests in my PR and trying to integrate it?
Summary
I'm starting to use mosql to migrate from mongodb with mongoose schemas to postgres. This diff has a number of improvements that were necessary for my migration:
ObjectId
is now stored asbytea
:default
,:notnull
, etcSequel::Database##multi_insert
Examples
This corresponds to the following:
Testing done
A bunch of manual testing, including on some rather complex schemas.
Note this diff is not safe to integrate, as it broke most of the unit tests