sqlite async API
Open
Nobody has claimed this yet.
feature request
sqlite
- Dominant language
- JavaScript
- Stars
- 122k
- Forks
- 37.3k
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 283
Description
Provide an async API to our sqlite bindings. In order to avoid blocking the event loop on lookups that require IO.
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 Node.js SQLite bindings and the synchronous lookup APIs they expose. Trace the lookup path that performs I/O and review existing async API conventions before defining the scope. Done means an agreed async SQLite API that avoids blocking the event loop, with corresponding coverage for async lookups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100