Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DynamoDB typo in Toasty blog post #808

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/blog/2024-10-23-announcing-toasty.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ and fix it.
# SQL and NoSQL

Toasty supports both SQL and NoSQL databases. As of today, that means Sqlite and
DyanmoDB, though adding support for other SQL databases should be pretty
DynamoDB, though adding support for other SQL databases should be pretty
straightforward. I also plan to add support for Cassandra soon, but I hope
others will also contribute to implementations for different databases.

Expand Down Expand Up @@ -205,4 +205,4 @@ to those discussions. There is a #toasty channel in the Tokio
issues on the [Github repo](https://github.com/tokio-rs/toasty) to propose
features or start a conversation about API design and direction.

<div style="text-align:right">&mdash; Carl Lerche (<a href="https://github.com/carllerche">@carllerche</a>)</div>
<div style="text-align:right">&mdash; Carl Lerche (<a href="https://github.com/carllerche">@carllerche</a>)</div>
Loading