migrate has a new home
1 file changed
tree: 228055d8f9887ecbe9b30fef0c4704e1fa69ca42
  1. cli/
  2. database/
  3. source/
  4. testing/
  5. .gitignore
  6. .travis.yml
  7. CONTRIBUTING.md
  8. FAQ.md
  9. LICENSE
  10. log.go
  11. Makefile
  12. migrate.go
  13. migrate_test.go
  14. migration.go
  15. migration_test.go
  16. MIGRATIONS.md
  17. README.md
  18. util.go
  19. util_test.go
README.md

migrate

Database migrations written in Go. Use as CLI or import as library.

DEPRECATED

mattes/migrate is now golang-migrate/migrate

Please open issues and pull requests in the new repository.