https://github.com/cprosche/mig
Database migration framework for Go. Run migrations on startup, no CLI.
https://github.com/cprosche/mig
go golang migrations postgres sqlite
Last synced: 24 days ago
JSON representation
Database migration framework for Go. Run migrations on startup, no CLI.
- Host: GitHub
- URL: https://github.com/cprosche/mig
- Owner: cprosche
- License: mit
- Created: 2024-12-23T15:38:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T03:40:43.000Z (about 1 year ago)
- Last Synced: 2025-03-01T03:34:36.627Z (11 months ago)
- Topics: go, golang, migrations, postgres, sqlite
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> This package is still in development and is not yet ready for use.
# mig
[](https://pkg.go.dev/github.com/cprosche/mig)
Database migration framework for Go
## Installation
```sh
go get github.com/cprosche/mig
```
## License
MIT