Skip to content

Commit 2c38404

Browse files
authored
Update README.md
1 parent 9c562d1 commit 2c38404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ To make things easy, I did these things:
1616
7. Remove the `panic` of meeting unregistried functions, see the [WrapFunction](pkg/sql/sem/tree/function_name.go#L67)
1717
8. Other nasty things make the parser just work that I forgot :p
1818

19+
# Who is using this
1920

21+
- [Atlas 1.8k stars](https://github.com/ariga/atlas)
22+
- [ByteBase 3.6k stars](https://github.com/bytebase/bytebase)
23+
- [More](https://github.com/auxten/postgresql-parser/network/dependents)
2024

2125
# Features
2226
- Pure golang implementation
@@ -80,6 +84,7 @@ $ make generate
8084
# Progress
8185
- 2021-02-16 `github.com/auxten/postgresql-parser/pkg/sql/parser` Unit tests works now!
8286
- 2021-03-08 Add walker package.
87+
- 2022-08-03 Remove vendored dependencies by @mostafa in https://github.com/auxten/postgresql-parser/pull/19
8388

8489
# Todo
8590
- Fix more unit tests

0 commit comments

Comments
 (0)