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 6b38b5a commit f23a647Copy full SHA for f23a647
1 file changed
packages/pg-sql2/README.md
@@ -95,7 +95,7 @@ Builds part of (or the whole of) an SQL query, safely interpretting the embedded
95
sql.query`select ${1}`;
96
```
97
98
-then an error will be thrown.
+then an error will be thrown. Also accessible by the alias `sql.fragment`.
99
100
### `sql.identifier(ident, ...)`
101
0 commit comments