Integrations
Connect Resuma Flow to databases, auth, styling, and testing using first-class Rust crates and Flow APIs.
Recommended stack
SQLx + Turso for edge apps, or SQLx + Supabase / Fly Postgres for SaaS.
Database
SQLx
Type-safe SQL, migrations, loaders and submits.
Turso
Edge libSQL — file locally, remote in prod.
Supabase
Managed Postgres + optional auth.
Auth & forms
UI & SEO
Testing
CLI scaffolding
resuma new my-app --template flow-fullstack
resuma add sqlx
resuma add tursoFlow API overview
| Task | Resuma Flow |
|---|---|
| Load data for a page | #[load] |
| Handle form POST | #[submit] |
| RPC from the client | #[server] |
| Per-request pipeline | #[middleware] |