Skip to content

Commit 2b66cd3

Browse files
committed
Updated README.md
1 parent 53664dd commit 2b66cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
[![Build Status](https://img.shields.io/travis/com/SananGuliyev/sqlparser.svg)](https://travis-ci.com/SananGuliyev/sqlparser)
33
[![Codecov](https://img.shields.io/codecov/c/gh/SananGuliyev/sqlparser)](https://codecov.io/gh/SananGuliyev/sqlparser)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/SananGuliyev/sqlparser)](https://goreportcard.com/report/github.com/SananGuliyev/sqlparser)
5-
[![GoDoc](https://godoc.org/github.com/SananGuliyev/sqlparser?status.svg)](https://godoc.org/github.com/SananGuliyev/sqlparser)
5+
[![GoDoc](https://godoc.org/github.com/SananGuliyev/sqlparser?status.svg)](https://pkg.go.dev/github.com/SananGuliyev/sqlparser)
66

7-
Go package for parsing MySQL, SQL queries.
7+
Go package for parsing ANSI SQL queries
88

99
## Why
10-
SANANGULIYEV/sqlparser is famous sql parser in Golang. After I asked a question I noticed that it's not actively supported and decided to continue the project.
10+
`xwb1989/sqlparser` is famous sql parser in Golang. After I asked a question regarding PrestoSQL query support I noticed that it's not actively supported and decided to fork and continue active development.
1111

1212
P.S. In case you have specific needs which is in ANSI SQL but not supported by this library feel free open issue, and I will try to add it asap.
1313

0 commit comments

Comments
 (0)