Skip to main content

Locks

For update

ShopTable
.where(ShopTable.id.inValues(groceryStoreId, hardwareStoreId))
.forUpdate()
.perform(db)

With