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 8694575 commit 82705e3Copy full SHA for 82705e3
README.md
@@ -228,7 +228,7 @@ sqlc(/*sql*/ `
228
229
- PostgreSQL only (for now)
230
- Queries must be statically analyzable (no dynamic SQL) which is good and bad at the same time
231
-- All queries must use the `/*sql*/` tag until TypeScript supports generic template literals
+- All queries must be called using `sqlc` function until TypeScript supports generic template literals
232
233
## 🙏 Credits
234
0 commit comments