1
0
Fork 0

Update README.md

master
Philip O'Toole 9 years ago
parent 626f59b155
commit 417ddab5b3

@ -103,7 +103,7 @@ Transactions are supported. To execute statements within a transaction, add `tra
"INSERT INTO foo(name) VALUES(\"sinead\")""
]'
When a transaction takes place either both statements will succeed, or neither. Performance is *much, much* better if multiple SQL INSERTs or UPDATEs are executed via a transaction.
When a transaction takes place either both statements will succeed, or neither. Performance is *much, much* better if multiple SQL INSERTs or UPDATEs are executed via a transaction. Note the execution ceases the moment any single query results in an error.
### Querying Data
Querying data is easy.

Loading…
Cancel
Save