-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
choreCleaning, refactoring, reducing complexityCleaning, refactoring, reducing complexitycode qualityGenerally improves code readability and maintainabilityGenerally improves code readability and maintainabilitydependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
Describe the enhancement
We currently use a key-value database for the watch-only. This limits how expressive we can be, forcing us to implement a relational database on memory, just to keep stuff around. Ideally we would have an actual relational DB, and an access interface that is meant for this type of database. That would make our lives way easier.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
choreCleaning, refactoring, reducing complexityCleaning, refactoring, reducing complexitycode qualityGenerally improves code readability and maintainabilityGenerally improves code readability and maintainabilitydependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request