We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575ddd4 commit 2c051a9Copy full SHA for 2c051a9
README.md
@@ -4,13 +4,13 @@
4
>
5
> "SQL is actually pretty great"
6
7
-sqlc generates **fully-type safe idiomatic Go code** from SQL. Here's how it
+sqlc generates **fully type-safe idiomatic Go code** from SQL. Here's how it
8
works:
9
10
1. You write SQL queries
11
1. You run sqlc to generate Go code that presents type-safe interfaces to those
12
queries
13
-1. You write application code that calls the methods sqlc generated.
+1. You write application code that calls the methods sqlc generated
14
15
Seriously, it's that easy. You don't have to write any boilerplate SQL querying
16
code ever again.
0 commit comments