Skip to content

Commit fffd097

Browse files
committed
Edit README
1 parent 0364786 commit fffd097

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
@@ -12,6 +12,7 @@ Open source implementation of the SOQL parser for Go.
1212
## 🧭 Examples
1313

1414
* [Live demo](https://shellyln.github.io/soql/)
15+
* [SOQL query visualizer](https://shellyln.github.io/soql-visualizer/)
1516

1617
## 🚀 Getting started
1718

@@ -57,6 +58,10 @@ func main() {
5758
* "null Values in Lookup Relationships and Outer Joins" - If an object has a conditional expression whose right hand side is null, it is not a condition for inner join.
5859
* cf. "Using Relationship Queries" - If the condition is complete within the parent object (no "or" across relationships), it is inner joined.
5960

61+
## 🔗 Related projects
62+
* [GraphDT](https://github.com/shellyln/go-graphdt) - Datatable
63+
* [go-open-soql-visualizer](https://github.com/shellyln/go-open-soql-visualizer) - Visualizer
64+
6065
## ⚖️ License
6166

6267
MIT

0 commit comments

Comments
 (0)