mozilla/mentat

[db] Abstract over user_version to allow database sharing

開放

#324 建立於 2017年2月16日

 (1 則留言) (0 個反應) (0 位負責人)Rust (116 個分叉)github user discovery
A-coreenhancementhelp wantedhygieneready

倉庫指標

星標
 (1,661 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南