Skip to content

Messaging module should not consume sqlite db #6792

@osmaczko

Description

@osmaczko

Messaging module currently consumes an sqlite db due to its dependency on MVDS, which requires an sqlite db pointer to be injected. This pattern tightly couples the messaging module’s persistence layer to sqlite (and sqlcipher).

Instead, MVDS should expose a Persistence interface that defines the necessary persistence requirements. The status-go would then provide a concrete implementation of this interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions