Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/schema
MySQL schema builders for migrations.
https://github.com/altipla-consulting/schema
Last synced: about 1 month ago
JSON representation
MySQL schema builders for migrations.
- Host: GitHub
- URL: https://github.com/altipla-consulting/schema
- Owner: altipla-consulting
- License: mit
- Created: 2015-05-07T19:34:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T15:03:24.000Z (over 7 years ago)
- Last Synced: 2024-06-21T00:59:04.872Z (7 months ago)
- Language: Go
- Homepage: https://github.com/altipla-consulting/schema
- Size: 16.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schema
[![GoDoc](https://godoc.org/github.com/altipla-consulting/schema?status.svg)](https://godoc.org/github.com/altipla-consulting/schema)
MySQL schema builders for migrations.
## Install
```shell
go get github.com/altipla-consulting/schema
```# Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using ```gofmt```.
# License
[MIT License](LICENSE)