mozilla/mentat

[db] Abstract over user_version to allow database sharing

Open

#324 创建于 2017年2月16日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (116 fork)github user discovery
A-coreenhancementhelp wantedhygieneready

仓库指标

Star
 (1,661 star)
PR 合并指标
 (PR 指标待抓取)

描述

Mentat uses a single integer, the SQLite user version, to handle base storage schema versioning. At some point it might be useful to abstract this a little, allowing the use of a separate table (à la the "table table" in Firefox for iOS) or other mechanism. This would allow Mentat to cooperatively store data inside an existing SQLite database owned by a conventional consumer.

贡献者指南