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

https://github.com/cristalhq/dbumper

Database schema migrator.
https://github.com/cristalhq/dbumper

database db go golang migration versioning

Last synced: 8 months ago
JSON representation

Database schema migrator.

Awesome Lists containing this project

README

          

# dbumper

[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]

TODO

## Rationale

TODO

## Features

* Simple.

## Install

Go version 1.16+

```
go get github.com/cristalhq/dbumper
```

## Example

TODO

## Documentation

See [these docs][pkg-url].

## License

[MIT License](LICENSE).

[build-img]: https://github.com/cristalhq/dbumper/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/dbumper/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/dbumper
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/dbumper
[reportcard-img]: https://goreportcard.com/badge/cristalhq/dbumper
[reportcard-url]: https://goreportcard.com/report/cristalhq/dbumper
[coverage-img]: https://codecov.io/gh/cristalhq/dbumper/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/dbumper