Skip to content

Commit a016e3f

Browse files
committed
Add sample code link and SQL query parsing details
- Added a link to the complete sample code at Sample.csproj. - Included explanation on parsing SQL queries into AST, converting back to SQL with ToSql, and inspecting structure using ToTreeString.
1 parent 0ae57ac commit a016e3f

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)