Skip to content

Commit 62a3e31

Browse files
authored
Update README.md (#2155)
Add link to introductory blog post
1 parent 9bf4416 commit 62a3e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sqlc generates **type-safe code** from SQL. Here's how it works:
99
1. You run sqlc to generate code with type-safe interfaces to those queries.
1010
1. You write application code that calls the generated code.
1111

12-
Check out [an interactive example](https://play.sqlc.dev/) to see it in action.
12+
Check out [an interactive example](https://play.sqlc.dev/) to see it in action, and the [introductory blog post](https://conroy.org/introducing-sqlc) for the motivation behind sqlc.
1313

1414
## Overview
1515

0 commit comments

Comments
 (0)