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
docs(client): make the transaction examples self-contained
The transaction snippets referenced a `db` whose defining `with` block
from the Quick Start had already closed by the time a reader reaches
them in the same interpreter, and pasted independently they had no
client at all. Each example now opens its own client context, so it
runs exactly as shown.
0 commit comments