Postgres example storage
This commit is contained in:
parent
9d394116c0
commit
f22814c77b
6 changed files with 748 additions and 24 deletions
|
|
@ -81,11 +81,7 @@ impl<const N: usize> FromStr for Id<N> {
|
|||
Ok(Id(out))
|
||||
}
|
||||
Err(err) => {
|
||||
anyhow::bail!(
|
||||
"fail to decode base32 string {}: {}",
|
||||
s,
|
||||
err
|
||||
)
|
||||
anyhow::bail!("fail to decode base32 string {}: {}", s, err)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue