1
0
Fork 0

Update QUEUED_WRITES.md

master
Philip O'Toole 2 years ago committed by GitHub
parent a259403159
commit 8998e1552e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,12 +10,14 @@ $ curl -XPOST 'localhost:4001/db/execute?queue' -H "Content-Type: application/js
["INSERT INTO foo(name) VALUES(?)", "sinead"]
]'
{
"results": [],
"sequence_number": 1653314298877648934
}
$ curl -XPOST 'localhost:4001/db/execute?queue' -H "Content-Type: application/json" -d '[
["INSERT INTO foo(name) VALUES(?)", "declan"]
]'
{
"results": [],
"sequence_number": 1653314298877649973
}
$

Loading…
Cancel
Save