Skip to content

Feature Request: SQLite storage #109

Description

@felix920506

The current storage implementation is a bunch of loose files on the filesystem.
Using SQLite can have the following benefits:

  • improve robustness when multithreaded access is desired
  • make the data easier to manage (as it will be a single file)
  • potentially improve performance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions