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

Fix createClient() API asymmetry with Wasm package #153

Closed penberg closed 8 months ago

penberg commented 8 months ago

Currently, the createClient() API is async in the Wasm package, but not in the regular @libsql/client. Let's fix the asymmetry by either making it sync or async for both.