This pull request provides the migration tool with some tools to help users evolving their dbs with git. An example on using these tools can be found in example/tools/git. A document can be found in example/tools/git/README.rst.
This version does NOT include tests, but it DOES include fixes for bugs found after writing some tests. I've written tests which helped me find some bugs when running on Linux, but the tests could not pass on CircleCI (due to "Timed Out"). So I remove the tests and, in the mean time, try to find some way to make the tests pass on CircleCI.
This pull request provides the migration tool with some tools to help users evolving their dbs with git. An example on using these tools can be found in
example/tools/git
. A document can be found inexample/tools/git/README.rst
.This version does NOT include tests, but it DOES include fixes for bugs found after writing some tests. I've written tests which helped me find some bugs when running on Linux, but the tests could not pass on CircleCI (due to "Timed Out"). So I remove the tests and, in the mean time, try to find some way to make the tests pass on CircleCI.