Postgres example storage

This commit is contained in:
Igor Katson 2024-08-15 13:31:56 +01:00
parent 9d394116c0
commit f22814c77b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 748 additions and 24 deletions

View file

@ -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 {