Skip to content

Mongo Collection and Index Creation #37

@kyleoneill

Description

@kyleoneill

When the database is initialized a check is made to verify that all indexes exist, if any are missing then they are created during initialization.

The code that does this is messy, difficult to read, not DRY, etc. and should be cleaned up and written in a more extensible fashion. Maybe macros/traits can be used to define indexes on the structs themselves?

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