github.com/wfusion/gofusion@v1.1.14/common/utils/sqlparser/README.md (about) 1 # SQLParser 2 3 [![Go](https://github.com/longbridgeapp/sqlparser/actions/workflows/go.yml/badge.svg)](https://github.com/longbridgeapp/sqlparser/actions/workflows/go.yml) 4 5 A SQL parser. 6 7 ## Installation 8 9 ```bash 10 go get github.com/longbridgeapp/sqlparser 11 ``` 12 13 ## Usage 14 15 TODO 16 17 ## SQL syntax supports 18 19 - [x] INSERT 20 - [x] UPDATE 21 - [x] SELECT 22 - [x] DELETE 23 - [ ] WITH Clause for DELETE, INSERT, SELECT, UPDATE 24 - [ ] WINDOW Clause for SELECT