Skip to content
  • Jamie Tanna's avatar
    Make queries interfaces · 7c0f6b97
    Jamie Tanna authored
    To make it easier to implement a new query with a datasource and
    reduce the work to wire it all in, we can introduce a `querier` and
    `query...` interface that can be implemented by a datasource.
    
    This also moves the `Name` method to the `querier` interface as it's
    only used here.
    7c0f6b97