-
Hi, I'm currently building a library that works on top of Moor. One of my function is to execute several Moor's methods atomically, such as EDIT: At the moment, I found a (hackish) way of doing this like the following:
In the mean time I'll stick with this way, unless there are more "official" way of doing this. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think your approach is reasonable. Whether something is running in a transaction or not is not currently exposed by moor's public api, but I'll take a look at adding that information. |
Beta Was this translation helpful? Give feedback.
I think your approach is reasonable. Whether something is running in a transaction or not is not currently exposed by moor's public api, but I'll take a look at adding that information.