mozilla/mentat

[db] Abstract over user_version to allow database sharing

Open

#324 aberto em 16 de fev. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (116 forks)github user discovery
A-coreenhancementhelp wantedhygieneready

Métricas do repositório

Stars
 (1.661 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador