Skip to content

Commit

Permalink
Add link to blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
asenac committed Jan 1, 2024
1 parent a82da60 commit 92b0372
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This is a SQL query compiler written in Rust mainly for learning and blogging pu
There is no SQL parser yet and its overall functionality is very limited, although the
logical optimizer is getting real.

## Blog posts

* [Part one, the query plan representation](https://andres.senac.es/posts/query-compiler-part-one/)
* [Part two, the query rewrite driver](https://andres.senac.es/posts/query-compiler-part-two-rule-driver/)

## Visualizing query plans

`JsonSerializer` utility can be used to dump the query plan in JSON format that can be
Expand Down

0 comments on commit 92b0372

Please sign in to comment.