๐ฆ Toasty, an async ORM for Rust, just landed on https://t.co/TDuQuTLQ6X!
Building web apps in Rust just got a lot more ergonomic.
What's cool about Toasty :
โ Async-first, built on Tokio
โ Supports SQL & NoSQL (DynamoDB today, more coming)
โ Clean #[derive(Model)] macro API : type-safe queries out of the box
โ Decoupled app & DB schemas : works like a query engine, not just an ORM
With AI lowering Rust's learning curve and Rust's type system keeping AI-generated code in check, the ecosystem momentum is real. Toasty is a big piece of that puzzle.
Early 0.x release, expect some churn, but solid enough to start building.
Give it a spin ๐
๐ https://t.co/1OoeFvEIXt
#Rust #RustLang #OpenSource #Backend #WebDevelopment #AsyncProgramming #ORM #Tokio #SystemsProgramming #SoftwareEngineering
Some people keep talking about the issue caused by unwrap function and don't realize that other languages are full of hidden unwraps that they only know about when one crash in production, they just fix it and wait for the next one
#rustlang