is there a way to invoke the sqlite3_last_insert_rowid from diesel.rs?
I need to get the last insert from the connection, i know it is possible from the sqlite3 C impleme