Toasty, an async ORM for Rust built by the Tokio team, is now available on crates.io. It supports both SQL and NoSQL databases (currently DynamoDB for NoSQL) and uses a derive macro approach for schema definition. Toasty functions as an application-level query engine that decouples application schema from database schema,

6m read timeFrom tokio.rs
Post cover image
Table of contents
Why an ORM?What took so long?More than an ORMWhat is next?

Sort: