tursodatabase / libsql-client-ts

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

Switch default transaction mode to "deferred" #56

Closed penberg closed 1 year ago

penberg commented 1 year ago

The current default transaction mode is "write", which makes every SQL statement look like a write, limiting concurrency.

honzasp commented 1 year ago

"Fixed" in #57 and released as version 0.3.0