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.

貢獻者指南