tursodatabase / libsql-client-ts

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

Switch to libsql promise API internally #102

Open penberg opened 10 months ago

penberg commented 10 months ago

We switched from better-sqlite3 to libsql, but we should now switch to the libsql promise API to avoid blocking internally.

Vayras commented 10 months ago

Hi @penberg , I wish to contribute towards this issue can you please provide me with the files associated with this issue?

penberg commented 10 months ago

Hey @Vayras, the issue is about switching src/sqlite3.ts to import from libsql/promise. https://github.com/libsql/libsql-js/issues/28 needs to be fixed first, though.