Question on db.batch(). Can you run prepared statements on two different tables? If so, can you ge
Question on db.batch(). Can you run prepared statements on two different tables? If so, can you get a result back that has rows from each table? Ideally, I'm looking at inserting rows in two different tables where one table has an Foreign Key relationship with the other. Is this possible with db.batch()?


