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,
Sort: