Skip to content

moss/db: Massage interface naming for clarity

Rune Morling requested to merge (removed):db-interface-cleanup into main

The goal is to use interfaces to express "protocols" in the sense that an interface constrains what operations an object is expected to expose in the context in which it is currently used. This allows us to rely on interface polymorphism rather than class/object polymorphism.

Merge request reports