libsql-client-ts icon indicating copy to clipboard operation
libsql-client-ts copied to clipboard

Switch to libsql promise API internally

Open penberg opened this issue 2 years ago • 2 comments

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

penberg avatar Sep 25 '23 13:09 penberg

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

Vayras avatar Sep 25 '23 18:09 Vayras

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.

penberg avatar Sep 25 '23 19:09 penberg