Skip to main content

Where clauses

Chaining wheres

ShopTable
.where(ShopTable.id eq hardwareStoreId)
.where(ShopTable.name eq "Helen's Hardware")
.perform(db)
.single()