fun sql(statement: String): <ERROR CLASS>Adds a SqlOperation to the DbSetup
statement - the SQL statement to executefun sql(vararg statements: String): <ERROR CLASS>fun sql(statements: List<String>): <ERROR CLASS>Adds SqlOperations to the DbSetup
statements - the SQL statements to execute