JavaScript Transactions Support
Transactions were internally supported via batchExecuteSql
method, but now there is a new transaction
method. It's more idiomatic and useful if you need to check intermediate results. It's only meant for sync callbacks, an async version will be implemented next.