tursodatabase/libsql-client-ts

Switch to libsql promise API internally

Open

#102 opened on Sep 25, 2023

 (2 comments) (0 reactions) (0 assignees)TypeScript (67 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (566 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide