tokio-rs/toasty
An async ORM for Rust
About the project
An async ORM for Rust from the tokio team: models are defined as structs with a derive macro, supporting SQLite/Turso, PostgreSQL, MySQL and DynamoDB. It does not hide the target database's capabilities and generates queries around its indexes and constraints.
Useful for
- Define User and Todo models and run CRUD queries against PostgreSQL from an async Rust service
- Connect DynamoDB and use generated query methods based on the table's indexed keys
- Map the application data model onto an existing database schema via extra annotations
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 4 stars so far today, about 13 expected by the end of the day. The usual pace is 3 per day, so that's 4.4× as much.
- Over the last two days the pace is 5.9× that of the previous week and a half.
- The spike has held for 3 days in a row — not a one-off blip.
- GitHub Trending Rust today: #10, +29 stars.
- Recent forks include notable developers: @shuvroroy (207 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 3,157
- Today
- 4 · ≈ 13 by evening
- Forks
- 141
- Issues and pull requests
- 1,239
- Watchers
- 23
- Language
- Rust
- License
- MIT
- Latest release
- toasty-v0.11.0 · September 25, 2026
- Created
- October 22, 2024
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026GitHub Trending Rust today: #10, +29 stars
More in this category
-
5.5
hydra-db/hydradb
HydraDB is a distributed graph database written in Rust that stores the graph durably on S3-compatible object storage, with separate data nodes and indexers. It supports OpenCypher queries, GraphBLAS traversal, Neo4j…
-
3.1
tokio-rs/tokio
An asynchronous runtime for Rust providing non-blocking I/O, a task scheduler, timers, and network sockets. Used to build reliable concurrent applications and network services in Rust.
-
2.7
nodejs/node
Open-source, cross-platform JavaScript runtime environment used to build server-side applications, CLI tools and build tooling. Governed by the OpenJS Foundation, it ships Current, LTS and Nightly releases.
-
2.7
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
2.6
payloadcms/payload
Open-source fullstack Next.js framework that provides a ready-made TypeScript backend and admin panel. Used as a headless CMS or as a base for applications with a custom frontend.
-
2.0
cockroachdb/cockroach
CockroachDB is a distributed SQL database with horizontal scaling, ACID transactions, and resilience to node and datacenter failures. It speaks the PostgreSQL wire protocol and targets data-intensive applications.