From e0cd4edb1a4dac9db714c1d32b152ebe528e40ad Mon Sep 17 00:00:00 2001 From: Bryce Plunkett <130488190+bplunkett-stripe@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:13:41 -0700 Subject: [PATCH] Add badges (#142) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d872d00..5c1949a 100644 --- a/README.md +++ b/README.md @@ -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.