Expose SQLite virtual table 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
What is the problem this feature will solve?
The current sqlitemodule does not expose an API to create virtual tables.
What is the feature you are proposing to solve the problem?
Expose bindings for SQLite virtual tables (vtab) allowing users to create and use virtual tables.
What alternatives have you considered?
No response
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 inspecting Node.js's current sqlite module and the linked SQLite virtual table documentation. Determine the bindings needed to create and use virtual tables; done means users can perform both operations through the exposed API, with suitable coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs, sqlite
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100