insert

abstract suspend fun insert(item: dbRecipe)

Inserts a new recipe into the "recipes" table. If a recipe with the same primary key already exists, it will be replaced.

Parameters

item

The recipe to insert.