From babd8e812de8e920742f16c86d775ecee5f231b1 Mon Sep 17 00:00:00 2001 From: Meir Blumenfeld <33358938+meblum@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:13:08 -0400 Subject: [PATCH] Update README.md Add link to introductory blog post --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8469a5b975..09ed767a28 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ sqlc generates **type-safe code** from SQL. Here's how it works: 1. You run sqlc to generate code with type-safe interfaces to those queries. 1. You write application code that calls the generated code. -Check out [an interactive example](https://play.sqlc.dev/) to see it in action. +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. ## Overview