Skip to content

Commit d7cc0bf

Browse files
committed
Add Go pkg.go.dev badge to README
1 parent aca04fa commit d7cc0bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# teesql
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/sqlc-dev/teesql.svg)](https://pkg.go.dev/github.com/sqlc-dev/teesql)
4+
35
A T-SQL parser for Go that produces JSON AST output compatible with Microsoft's [SqlScriptDOM](https://learn.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.transactsql.scriptdom).
46

57
## Installation

0 commit comments

Comments
 (0)