Replies: 1 comment
-
Yes, I don't think there's a native way to do it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to better understand the project and the best feature I can think of is being able to perform multiple operations in the same transaction. But I don't know if I misunderstood something or if this option doesn't exist natively.
As an example with pyscopg;
(in this case, the worker/consumer would run in another "app" just like mentioned in the documentation)
And pretty much the same with sqlalchemy;
So my question is; Would there be a native way to do the same? If I misunderstood, could you show me an example of how this is could be made?
Beta Was this translation helpful? Give feedback.
All reactions