tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
289 stars 37 forks source link

Add `Transaction.batch()` #42

Closed honzasp closed 1 year ago

honzasp commented 1 year ago

Add new method Transaction.batch(), which executes a batch of statements in an existing transaction. If a statement fails, the following statements won't be executed, but the transaction won't roll back.