Toasty is an asynchronous ORM for Rust, prioritizing ease of use for SQL and NoSQL databases like DynamoDB and Cassandra. It generates Rust code from a schema file, allowing efficient data model management. Toasty aims to balance productivity with performance by minimizing the complexity of traits and lifetimes in its generated

7m read timeFrom tokio.rs
Post cover image
Table of contents
Why an ORM?What makes an ORM easy to use?SQL and NoSQLNext steps

Sort: