Skip to content

Commit 39ccecd

Browse files
authored
Merge pull request #32 from mk3008/29-add-a-sample-to-the-readme
Add sample code link and SQL query parsing details
2 parents 91c752b + a016e3f commit 39ccecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ NuGet\Install-Package Carbunqlex
4040

4141
## 📖 Documentation
4242

43+
The complete code for the sample used here can be found at [Sample.csproj](https://github.com/mk3008/CarbunqleX/tree/91c752ba382df24238451bad0416bfd4f80bbf82/demo/Sample)
44+
4345
### **1. Parsing a SQL Query**
4446

4547
Let's start by parsing a simple SQL query into an AST using `QueryAstParser.Parse`. We will then convert it back to SQL with `ToSql` and inspect its structure using `ToTreeString`.

0 commit comments

Comments
 (0)