rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.19k stars 273 forks source link

Tutorial #108

Open neoneye opened 6 years ago

neoneye commented 6 years ago

I miss an easy tutorial that describes in greater detail how to use sql-migrate. I searched google without luck.

The test-migrations dir currently contains 2 files. It would be nice to see a longer list of migrations. Perhaps 7 migrations, showing more sql commands. This would be a great way to demo how to use the -limit=x parameter.

Here is a comparison of migration tools that mentions sql-migrate.

opensas commented 5 years ago

I agree, it's such a simple, yet powerful tool that it's a shame it doesn't have more examples and documentation