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
The usage of Transaction::GetWriteBatch returns a map structure called WriteBatchWithIndex which can be used to interrogate what is inside a transaction.
The map structure can show us what is about to be committed in to the transaction. This can be useful for debugging.
To integrate this, we should start using shared pointers in C++ to make our GC a little easier. I'm not sure how that would work with the napi_ref reference counting.