You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transaction support. Currently the lib supports a single transaction per API call.
For complete transaction support like Python/C OVSDB clients, we need to maintain the
local changes and support commit, rollback and auto retry, etc.