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 321b9f1 commit 37a1117Copy full SHA for 37a1117
README.md
@@ -5,7 +5,7 @@ Simple SQL escape and format
5
6
## Escaping sql values
7
8
-```
+```golang
9
//Format
10
sql := sqlstring.Format("select * from users where name=? and age=? limit ?,?", "t'est", 10, 10, 10)
11
0 commit comments