insert all - VeleSSemecky/Purchase GitHub Wiki

//data/com.veles.purchase.data.room.dao/PurchaseDAO/insertAll

insertAll

[androidJvm]
abstract suspend fun insertAll(vararg purchaseTables: PurchaseTable)

abstract suspend fun insertAll(purchaseTables: List<PurchaseTable>)

⚠️ **GitHub.com Fallback** ⚠️