Transactions Across Databases

If I open two separate Badger databases in the same process, can I pass the same transaction to the two different databases, or will they not be compatible?

Thanks for the help in advance.

I think the transaction types would work but they may fail integrity checks (the oracle’s conflict checker).

Do try it, I’m personally curious.

It won’t be compatible. The timestamps of these DBs would be different.