# Functions
DBsFromTag splits comma separated DB names from the SQL queries file, validates them against the DB map, and returns a list of valid names.
# Type aliases
DBs represents a map of *sql.DB connections.
ResultBackends represents a map of *sql.DB connections.
Tasks represents a map of prepared SQL statements.