From 477a6c1772c8ba5918553243e8006bffb1788b6b Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 7 Feb 2021 21:18:21 -0800 Subject: [PATCH] README: Add Go Report Card badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa5ef5e448..e601ab0936 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # sqlc: A SQL Compiler ![go](https://github.com/kyleconroy/sqlc/workflows/go/badge.svg) +[![Go Report Card](https://goreportcard.com/badge/github.com/kyleconroy/sqlc)](https://goreportcard.com/report/github.com/kyleconroy/sqlc) sqlc generates **type-safe code** from SQL. Here's how it works: