Skip to content

Commit ce021a4

Browse files
authored
Toasty: clarify current status (#788)
1 parent 7ce3d3d commit ce021a4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/blog/2024-10-23-announcing-toasty.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ description: "October 23, 2024"
55
---
66

77
[Toasty](https://github.com/tokio-rs/toasty) is an asynchronous ORM for the Rust
8-
programming language that prioritizes ease of use. It is currently in the early
9-
stages of development and should be considered a "preview" (not ready for
10-
real-world usage yet). Toasty supports SQL and NoSQL databases, including
11-
DynamoDB and Cassandra (soon).
8+
programming language that prioritizes ease of use. Toasty supports SQL and NoSQL
9+
databases, including DynamoDB and Cassandra (soon).
10+
11+
Toasty is currently in the early stages of development and should be considered
12+
a "preview" (not ready for real-world usage yet). It also isn't released on
13+
crates.io yet. I am announcing it now as I have made the Github repository open,
14+
will continue development in the open, and am hoping to get feedback.
1215

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

0 commit comments

Comments
 (0)