|
|
|
|
|
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. |
|