Replies: 1 comment
-
|
sea-orm doesn’t have a cross‑DB table-level lock API because the syntax varies widely between different backends. If you need a table‑level lock, you can exec raw sql inside a transaction. |
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.
-
It seems to lack the API that can be used to lock the whole table; this is useful when the generated data depends on all other rows.
Beta Was this translation helpful? Give feedback.
All reactions