actually now i think you can group that with the query so it's like ```insertThing { INSERT INTO ....
j
actually now i think you can group that with the query so it's like
Copy code
insertThing {
  INSERT INTO ...;
  SELECT last_insert_rowid();
}
👍 1