We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c144033 commit dd01bb7Copy full SHA for dd01bb7
1 file changed
README.md
@@ -107,7 +107,8 @@ $ fg
107
^C
108
```
109
110
-## Parameterized Queries (must use HTTP POST with content-type=application/json. 'params' element must be an array in request body)
+## Parameterized Queries
111
+Must use HTTP POST with content-type=application/json. 'params' element must be an array in request body
112
```console
113
$ sqliteproxy --db currenttime.sqlite
114
$ curl -i -X POST -H "Content-Type: application/json" -d "{\"sql\":\"select DATETIME(?) AS UTC_ISO\",\"params\":[\"now\"]}" http://localhost:2048
0 commit comments