Skip to content

Commit

Permalink
Toasty: clarify current status (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Oct 23, 2024
1 parent 7ce3d3d commit ce021a4
Showing 1 changed file with 7 additions and 4 deletions.
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

0 comments on commit ce021a4

Please sign in to comment.