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

Guarantee read-your-write with replicas #145

Closed penberg closed 9 months ago

penberg commented 9 months ago

Same as https://github.com/tursodatabase/libsql-client-go/issues/99

penberg commented 9 months ago

Fixed by 4df87cb824f93da9b174b329a2241c4981eb5cbd that includes the new Rust code that implements read-your-write with embedded replicas.