maxmello
04/18/2023, 8:36 PMtransaction(db = readDB)
or transaction(db = writeDB)
. But when I have an entity that was once retrieved via a readDB connection and later use that entity to write it using the writeDB connection, I get:
Can't link entities from different databases
Is there a workaround for this? Or does anyone else have experience with / a different approach for multiple DB nodes and using them with Exposed?spand
04/19/2023, 7:36 AMneetkee
04/19/2023, 12:30 PMmaxmello
04/19/2023, 12:43 PMspand
04/19/2023, 12:46 PM