Skip to content

Commit 55f839e

Browse files
author
Radoslaw Busz
committed
Readme improvement - prepared action
1 parent b52665c commit 55f839e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Creates a prepared statement and lets you fill the `?` with values.
9999

100100
{
101101
"action" : "prepared",
102-
"statement" : "SELECT * FROM some_test WHERE name=? AND money > ?
102+
"statement" : "SELECT * FROM some_test WHERE name=? AND money > ?",
103+
"values" : ["John", 1000]
103104
}
104105

105106
### transaction

0 commit comments

Comments
 (0)