Expose SQLite virtual table API
未关闭
还没有人认领这个 Issue。
feature request
sqlite
- 主要语言
- JavaScript
- 星标
- 122k
- 派生
- 37.4k
- 平均合并
- 4 天 3 小时
- 30 天内合并 PR
- 272
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 Node.js 当前的 sqlite 模块以及链接的 SQLite 虚拟表文档。确定创建和使用虚拟表所需的绑定;当用户能够通过公开的 API 执行这两项操作,并且对该行为有适当的覆盖时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, nodejs, sqlite
- 领域
- backend, database
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100