I'm trying to find a good axum+sqlx toturial, any recommendations?

I'm new to Rust in general and I'm trying to build an API using Axum and SQLx for a Tauri based client. I couldn't wrap my head around the docs so I could really use a tutorial to dumb things down a bit.

Maybe this will help: axum/examples/sqlx-postgres/src/main.rs at main · tokio-rs/axum · GitHub

1 Like

Thank you so much!