class Gladys::Container

def upsert_many(table, *args)

def upsert_many(table, *args)
  log_debug_duration("Calling :upsert_many with table: #{table} and #{args.size} args") do
    query(table) do
      insert_conflict.multi_insert(*args)
    end
  end
end