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

Toasty: clarify current status #788

Merged
merged 1 commit into from
Oct 23, 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
11 changes: 7 additions & 4 deletions content/blog/2024-10-23-announcing-toasty.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ description: "October 23, 2024"
---

[Toasty](https://github.com/tokio-rs/toasty) is an asynchronous ORM for the Rust
programming language that prioritizes ease of use. It is currently in the early
stages of development and should be considered a "preview" (not ready for
real-world usage yet). Toasty supports SQL and NoSQL databases, including
DynamoDB and Cassandra (soon).
programming language that prioritizes ease of use. Toasty supports SQL and NoSQL
databases, including DynamoDB and Cassandra (soon).

Toasty is currently in the early stages of development and should be considered
a "preview" (not ready for real-world usage yet). It also isn't released on
crates.io yet. I am announcing it now as I have made the Github repository open,
will continue development in the open, and am hoping to get feedback.

Projects that use Toasty start by creating a schema file to define the
application's data model. For example, this is the contents of the
Expand Down