sqlitebrowser / sqlitebrowser/sqlitebrowser
File Manager - using SQLAR table
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 24.6k
- 派生
- 2.4k
- 平均合并
- 3 天 49 分钟
- 30 天内合并 PR
- 3
描述
SQLite already has the option to create the sqlar table which is interoperable with known tools - including the SQLite CLI .archive command (depending on compile options) and the sqlar tool itself.
It might be nice to make use of this in DB Browser - so that you could browse / save / load 'files' from directly in the DB.
Which could also then provide a layer which could be built-on - to allow you to save projects/sql files directly in the DB - making a portable project.
I am suggesting it could be analogous to what some IDEs allow - like Netbeans, Thonny etc - a tree structure that you can explore and load up content from - the only difference being it would be in the DB. (Or perhaps it could also look at local filesystem as well - to allow transfers in the future also).
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 SQLite 的 sqlar 表文档和链接的 sqlar 工具说明,然后将它们的行为与 SQLite CLI 的 .archive 命令进行比较。定义 DB Browser 应如何浏览、保存和加载存储在数据库中的文件,包括项目文件或 SQL 文件以及与本地文件系统之间的传输是否属于范围。完成标准应包括一份已达成一致的设计和一个可用的文件树工作流。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, sqlite
- 领域
- database, desktop
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100