We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd5c46 commit 493412aCopy full SHA for 493412a
README.md
@@ -68,7 +68,7 @@ async fn example() -> anyhow::Result<()> {
68
})
69
.await?;
70
71
- // If we return `Err` from a transaction, then it will abort
+ // If we return `Err` (or panic) from a transaction, then it will abort
72
db.transaction(&["store"])
73
.rw()
74
.run(|t| async move {
examples/basic.rs
@@ -47,7 +47,7 @@ async fn example() -> anyhow::Result<()> {
47
48
49
50
51
52
53
0 commit comments