Excecuting multiple Insert statements in a batch using sqlu in Slick(Scala)

后端 未结 0 1577
庸人自扰
庸人自扰 2020-12-19 04:24

I currently have the following and where each individual record gets executed one at a time.

typedRecords.foreach(publishToDatabase(_))

def publishToDatabase         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题