Comment by benwilber0
3 months ago
Tokio + Axum + SQLx has been a total game-changer for me for web dev. It's by far the most productive I've been with any backend web stack.
3 months ago
Tokio + Axum + SQLx has been a total game-changer for me for web dev. It's by far the most productive I've been with any backend web stack.
I prefer rusqlite over SQLx; the latter is too bloated.
People that haven't tried this are downvoting with prejudice, but they just don't know.
Rust is an absolute gem at web backend. An absolute fucking gem.
We know, it stil isn't at Spring/ASP.NET level, coupled with Scala/Kotlin/F#.
I hate Spring(Boot): too much magic due to overuse of annotations.
On the JVM I'd prefer Kotlin/http4k/SQLDelight any day over {Java,Kotlin}/Spring(Boot)/{Hibernate,sql-in-strings}.
4 replies →
Curious, do you mind going into more detail on why?