Skip to content

Commit

Permalink
Add badges (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
bplunkett-stripe committed Jul 8, 2024
1 parent 8509c7f commit e0cd4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# pg-schema-diff
[![run_tests](https://github.com/stripe/pg-schema-diff/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/stripe/pg-schema-diff/actions/workflows/run-tests.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/stripe/pg-schema-diff)](https://goreportcard.com/report/github.com/stripe/pg-schema-diff)
[![Go Reference](https://pkg.go.dev/badge/github.com/stripe/pg-schema-diff.svg)](https://pkg.go.dev/github.com/stripe/pg-schema-diff)
![GitHub Release](https://img.shields.io/github/v/release/stripe/pg-schema-diff?include_prereleases)

Computes the diff(erences) between Postgres database schemas and generates the SQL required to get your database schema from point A to B with
minimal downtime & locks. This enables you to take your database and migrate it to any desired schema defined in plain DDL.

Expand Down

0 comments on commit e0cd4ed

Please sign in to comment.