Does Drizzle-orm support transactions between multiple databases? #2666
Unanswered
ShootingStar91
asked this question in
Q&A
Replies: 1 comment
-
Could use this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have databases db_one and db_two within the same database-server. With raw SQL (mariadb connector for example) I can start a transaction and make queries to both db's within that transaction. Prisma for example does not support this, as the database connections are separate. I could not see in the documentation if Drizzle can do it?
Beta Was this translation helpful? Give feedback.
All reactions