# Interfaces
QueryFiller describes a type that can fill in a query and return it.
QueryGenerator is an interface that a database-specific implementation of a use case implements to set basic configuration that can then be used by a specific QueryFiller, ultimately yielding a query.Query with information to be run.
# Type aliases
QueryFillerMaker is a function that takes a QueryGenerator and returns a QueryFiller.