Sqldelight does not use data access objects (DAO) fetching the whole row as an object with automatic saving or relationship fetching. This often results into an overhead because you don’t need the whole row.
Instead, you fetch the data you actually need, and create an insert/update statement to save the relevant changes yourself.