An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

> [!WARNING]
> This package is still in development and is not yet ready for use.

# mig

[![Go Reference](https://pkg.go.dev/badge/github.com/cprosche/mig.svg)](https://pkg.go.dev/github.com/cprosche/mig)

Database migration framework for Go

## Installation

```sh
go get github.com/cprosche/mig
```

## License

MIT