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.
- Host: GitHub
- URL: https://github.com/cristalhq/dbumper
- Owner: cristalhq
- License: mit
- Created: 2021-08-02T18:35:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T23:02:24.000Z (over 3 years ago)
- Last Synced: 2025-02-16T12:57:38.309Z (over 1 year ago)
- Topics: database, db, go, golang, migration, versioning
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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