https://github.com/schemalex/git-schemalex
database migration tool for mysql schema is managed via git
https://github.com/schemalex/git-schemalex
git migration mysql schemalex
Last synced: 2 months ago
JSON representation
database migration tool for mysql schema is managed via git
- Host: GitHub
- URL: https://github.com/schemalex/git-schemalex
- Owner: schemalex
- License: mit
- Created: 2015-06-18T13:35:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T06:42:24.000Z (over 8 years ago)
- Last Synced: 2026-01-14T13:52:06.802Z (5 months ago)
- Topics: git, migration, mysql, schemalex
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/schemalex/git-schemalex)
# git-schemalex
database migration tool for mysql schema is managed via git.
## DOWNLOAD
```
$ go get github.com/schemalex/git-schemalex/cmd/git-schemalex
```
## USAGE
```
$ git schemalex -schema path/to/schema -dsn "$root:$passowrd@/$database" -workspace /path/to/git/repository -deploy
```
### DSN
see [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
## SEE ALSO
* https://github.com/schemalex/schemalex
* https://github.com/typester/GitDDL
## LICENSE
MIT