Add goose logo (#274)

This commit is contained in:
Michael Fridman 2021-09-04 11:56:16 -04:00 committed by GitHub
parent 872d9e9515
commit 0e770f837f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# goose [![Goose CI](https://github.com/pressly/goose/actions/workflows/ci.yml/badge.svg)](https://github.com/pressly/goose/actions/workflows/ci.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/pressly/goose/v3.svg)](https://pkg.go.dev/github.com/pressly/goose/v3)
<p align="center">
<img src="assets/goose_logo.png" width="125"">
</p>
Goose is a database migration tool. Manage your database schema by creating incremental SQL changes or Go functions.
Starting with [v3.0.0](https://github.com/pressly/goose/releases/tag/v3.0.0) this project adds Go module support, but maintains backwards compataibility with older `v2.x.y` tags.

BIN
assets/goose_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB