# Functions
NewDBGenerators is a function that will return a list of database "generators" which own the lifecycle of a database (both live and sqlgen).
# Structs
DBGenerator is a struct that contains the ability to build a database.
# Interfaces
DB is an interface that satisfies both sqlgen.DB and LiveDB.