Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/migrations
SQL migrations manager.
https://github.com/altipla-consulting/migrations
Last synced: about 1 month ago
JSON representation
SQL migrations manager.
- Host: GitHub
- URL: https://github.com/altipla-consulting/migrations
- Owner: altipla-consulting
- License: mit
- Created: 2016-05-11T21:29:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T20:11:01.000Z (over 7 years ago)
- Last Synced: 2024-06-20T03:34:31.375Z (7 months ago)
- Language: Go
- Homepage: https://github.com/altipla-consulting/migrations
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# migrations
[![GoDoc](https://godoc.org/github.com/altipla-consulting/migrations?status.svg)](https://godoc.org/github.com/altipla-consulting/migrations)
SQL migrations manager.
## Install
```shell
go get github.com/altipla-consulting/migrations
```# Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using ```gofmt```.
# License
[MIT License](LICENSE)