Announcing Toasty, an async ORM for Rust | Tokio
Toasty is an asynchronous ORM for the Rust
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...
Read more at tokio.rs