return this.connection.insert({
      sql: this.grammar.compileInsert(this, values),
      params: this.cleanBindings(flattenArrayOfObjects(values))
    })