We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d38841 commit 474131bCopy full SHA for 474131b
mug-guava/src/main/java/com/google/mu/safesql/README.md
@@ -110,7 +110,9 @@ compile-time-safe SQL templating system that addresses structure injection head-
110
SafeSql query = SafeSql.of(
111
"SELECT `{columns}` FROM users WHERE name LIKE '%{keyword}%'",
112
/* columns */ List.of("id", "email"), /* keyword */ "100%");
113
-
+```
114
+
115
+```java
116
117
"SELECT * FROM `{table}` WHERE status = {status}", table, status);
118
```
0 commit comments