Hello,
I am migrating an application from Knex (FeathersJS, actually) to Drizzle. We want to do it incrementally, so for a while, old queries, using Knex, would need to be executed in the same transaction as the ones written using Drizzle?
Is it possible to set Drizzle transaction context, so it uses an already existing transaction?
We use postgres as the database.