We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06700c2 commit 119e1a6Copy full SHA for 119e1a6
1 file changed
README.md
@@ -20,6 +20,7 @@ ws4sqlite --db mydatabase.db
20
It's possible to make a POST call to `http://localhost:12321/mydatabase`, e.g. with the following body:
21
22
```json5
23
+// Set Content-type: application/json
24
{
25
"resultFormat": "map", // "map" or "list"; if omitted, "map"
26
"transaction": [
0 commit comments