Skip to content

JavaScript Transactions Support

Compare
Choose a tag to compare
@ospfranco ospfranco released this 03 May 05:21
· 206 commits to main since this release

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.