Skip to content

Commit

Permalink
Add missing link to part 4 of the blog series about writing a SQL dat…
Browse files Browse the repository at this point in the history
…abase from scratch in Go (eatonphil#27)
  • Loading branch information
ThomasChr authored Jun 10, 2021
1 parent 17d408a commit 5297572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ tests.
* [Writing a SQL database from scratch in Go](https://notes.eatonphil.com/database-basics.html)
* [Binary expressions and WHERE filters](https://notes.eatonphil.com/database-basics-expressions-and-where.html)
* [Indexes](https://notes.eatonphil.com/database-basics-indexes.html)
* [A database/sql driver](https://notes.eatonphil.com/database-basics-a-database-sql-driver.html)

## Further reading

Expand Down

0 comments on commit 5297572

Please sign in to comment.