create

open suspend override fun create(image: Image)

Inserts a Image object into the database.

This method delegates the insert operation to the imageDAO.insert method. Please refer to the documentation for imageDAO.insert for details on transaction handling, potential error conditions, and any basic data validation performed on the Image object before insertion.

Parameters

image

the Image object to insert.