Skip to content

Use Sqlite3 as a database #65

@ferranbt

Description

@ferranbt

Right now Ensemble uses boltdb as a backend. It is nice because it is embedded and does not require any external service to run it. However, it is hard to build complex database layouts on top without reinventing indexes every time.

This issue proposes to replace boltdb with sqlite3 which is also embedded and it gives us more flexibility since it uses SQL. I think the only problem is that it requires cgo to run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions