Ross ROSS = Recommend OSS · open-source software intelligence for agents

tokio-rs/toasty

An async ORM for Rust observed · 2026-08-28

github.com/tokio-rs/toasty · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 99
  • Release rhythm 97
  • Longevity 48
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 17.0
  • age_days: 680
  • days_rel: 21
  • days_push: 9
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

3047 stars · 134 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Toasty is an async ORM for Rust that lets you define data models with Rust structs and derive macros, supporting SQL databases (SQLite, PostgreSQL, MySQL, Turso) and DynamoDB. It exposes database-specific capabilities rather than fully abstracting them, generating query methods only for indexed access patterns.

Use cases

  • async ORM for Rust
  • model database records as Rust structs
  • use the same ORM with SQL and DynamoDB
  • query PostgreSQL/MySQL/SQLite from async Rust code
  • avoid inefficient queries by generating indexed access methods
  • manage relations like has_many and belongs_to in Rust

When to choose

  • you're building async Rust applications (e.g. with Tokio) that need database access
  • you want a type-safe, macro-based ORM rather than raw SQL
  • you need to target both SQL databases and DynamoDB with one API
  • you prefer an ORM that leans into each database's strengths

When to avoid

  • you need a battle-tested, production-hardened ORM — Toasty is still pre-1.0
  • you need full raw SQL control or complex migrations
  • you use a database without a Toasty driver
  • you prefer synchronous database access

Facets

library · maturity active

orm database database-driver databases backend web-development rust cross-platform async sql nosql dynamodb sqlite postgresql mysql tokio

2 sources

Member repositories

RepositoryRoleHealth v2
tokio-rs/toastymain88

For agents

markdown · JSON · MCP: product_card(name="tokio-rs/toasty")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem