I'm trying to use sqldelight to insert an item, but to also return the id of the item after it's inserted. There doesn't seem to be a way to do this in sqldelight.
I can call something like SELECT last_insert_rowid();
after I do the insert, but is this the best way to move forward?