tursodatabase / libsql-client-ts

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

How should `syncInterval` be used? #200

Open flexchar opened 2 months ago

flexchar commented 2 months ago

In terms of having an embedded replica. The docs say that I have to call client.sync() myself. It'd be nice to clarify.