Also, say I have two Datasources, one to a mysql d...
# exposed
d
Also, say I have two Datasources, one to a mysql db and the other to postgres, is there a way to make a transaction on one surround a transaction on the other in a way that if the nested one fails, they both get rolled back?