tursodatabase / tursodatabase/libsql-client-ts
Switch to libsql promise API internally
Open
Nobody has claimed this yet.
enhancement
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 576
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
We switched from better-sqlite3 to libsql, but we should now switch to the libsql promise API to avoid blocking internally.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the internal database calls in this TypeScript client and identify where the libsql promise API is currently not used. Trace those call paths to understand their current behavior. Done means internal database operations use the promise API and no longer block the process; verify with the repository's existing tests, though none are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100