Hacker News new | ask | show | jobs
by woile 1647 days ago
I just started playing with rust + actix-web + sqlx and I have to say I love it so far. Coming from a python/js background, the rust compiler gives me so much information I feel like I move super fast. And the sqlx-cli really helps with analyzing the queries and the migrations.

Writing raw SQL, paired with the structs feels gooood. I thought it was gonna take me longer than python, but so far seems the opposite.

1 comments

I agree with Rust and sqlx. Haven't used actix-web myself though. I'm currently in the process of porting a warp application to axum and enjoying it a lot so far :)