File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
1316Projects that use Toasty start by creating a schema file to define the
1417application's data model. For example, this is the contents of the
You can’t perform that action at this time.
0 commit comments