1
0
Fork 0

Update README.md

master
Philip O'Toole 9 years ago
parent f28c0b650e
commit 55a3cca5ae

@ -191,6 +191,8 @@ Due to the nature of Raft, there is a very small window (milliseconds) where a n
curl -G 'localhost:4001/db/query?pretty&verify' --data-urlencode 'q=SELECT * FROM foo'
*See [issue 5](https://github.com/otoolep/rqlite/issues/5) for more discussion of this.*
### Transactions
Transactions are supported. To execute statements within a transaction, add `transaction` to the URL. An example of the above operation executed within a transaction is shown below.

Loading…
Cancel
Save