# Functions
NewQueryGenerator returns a QueryGenerator that is set up to work with a given useCaseMatrix, which tells it how to generate the given query type for a use case.
# Constants
Error messages when using a DataGenerator.
Error messages when using a DataGenerator.
# Structs
DataGenerator is a type of Generator for creating data that will be consumed by a database's write/insert operations.
QueryGenerator is a type of Generator for creating queries to test against a database.
# Interfaces
Generator is an interface that defines a type that generates inputs to other TSBS tools.
IoTGeneratorMaker creates a quert generator for iot use case.