File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ To make things easy, I did these things:
16167 . Remove the ` panic ` of meeting unregistried functions, see the [ WrapFunction] ( pkg/sql/sem/tree/function_name.go#L67 )
17178 . 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
You can’t perform that action at this time.
0 commit comments