libsql-client-ts
libsql-client-ts copied to clipboard
Switch to libsql promise API internally
We switched from better-sqlite3 to libsql, but we should now switch to the libsql promise API to avoid blocking internally.
Hi @penberg , I wish to contribute towards this issue can you please provide me with the files associated with this issue?
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.