I would like the outcome of I were to query again using the generated ID.
For example, if I have a table with an auto generated id, name, and date of création, I'd like to insert a new entry with just the name and be able to get the entire model of id name and date back as they are auto generated. Is the only solution that I should be creating the values myself before inserting, if I don't want to do an insert and get and deal with potential failures?