Skip to content

Commit 8e6f1ce

Browse files
authored
README: Add Go Report Card badge (#891)
1 parent 9a59d89 commit 8e6f1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# sqlc: A SQL Compiler
22

33
![go](https://github.com/kyleconroy/sqlc/workflows/go/badge.svg)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/kyleconroy/sqlc)](https://goreportcard.com/report/github.com/kyleconroy/sqlc)
45

56
sqlc generates **type-safe code** from SQL. Here's how it works:
67

0 commit comments

Comments
 (0)