You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sqlc generates **type-safe code** from SQL. Here's how it works:
9
9
1. You run sqlc to generate code with type-safe interfaces to those queries.
10
10
1. You write application code that calls the generated code.
11
11
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.
0 commit comments